TextElement.ContentStart 屬性

定義

取得代表元素中內容開頭的文字指標。

public:
 property System::Windows::Documents::TextPointer ^ ContentStart { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ContentStart { get; }
member this.ContentStart : System.Windows.Documents.TextPointer
Public ReadOnly Property ContentStart As TextPointer

屬性值

TextElement 內容的開頭。

備註

屬性 ContentStart 通常用來將內容插入 至 的 TextElement 開頭。

TextPointer這個屬性所傳回的 一律設定為 LogicalDirectionLogicalDirection.Backward

適用於

另請參閱