TextBlock.ContentStart プロパティ

定義

TextBlock 内のテキスト コンテンツの先頭の TextPointer オブジェクトを取得します。

public:
 property TextPointer ^ ContentStart { TextPointer ^ get(); };
TextPointer ContentStart();
public TextPointer ContentStart { get; }
var textPointer = textBlock.contentStart;
Public ReadOnly Property ContentStart As TextPointer

プロパティ値

TextBlock 内のテキスト コンテンツの先頭の TextPointer オブジェクト。

適用対象