TextElement.ContentStart プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素内のコンテンツの先頭を表すテキスト ポインターを取得します。
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設定されます。