TextBlock.ContentStart プロパティ

定義

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

プロパティ値

TextPointer のコンテンツの先頭に対する TextBlock

注釈

コンテンツの先頭は、 内の最初の文字 TextBlockの直前の挿入位置になります。

TextPointerこのプロパティによって返される は、常に にLogicalDirectionBackward設定されます。

適用対象

こちらもご覧ください