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設定されます。

適用対象

こちらもご覧ください