TextElement.ElementStart 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表緊接在元素開頭前面位置的文字指標。
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
屬性值
在 開頭 TextElement 之前的位置。
備註
這個屬性傳回的 一 TextPointer 律會將其 LogicalDirection 設定為 LogicalDirection.Backward 。