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

プロパティ値

TextElementの開始直前の位置。

注釈

このプロパティによって返される TextPointerLogicalDirection は常に LogicalDirection.Backwardに設定されます。

適用対象

こちらもご覧ください