TextElement.ElementStart 屬性

定義

取得代表緊接在元素開頭前面位置的文字指標。

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

屬性值

TextPointer

在 開頭 TextElement 之前的位置。

備註

這個屬性傳回的 一 TextPointer 律會將其 LogicalDirection 設定為 LogicalDirection.Backward

適用於

另請參閱