TextBlock.ContentStart プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextPointer内のコンテンツの先頭へのTextBlockを取得します。
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
プロパティ値
TextBlock内のコンテンツの先頭へのTextPointer。
注釈
コンテンツの先頭は、 TextBlockの最初の文字の直前の挿入位置になります。
このプロパティによって返される TextPointer の LogicalDirection は常に Backwardに設定されます。