TextBlock.ContentEnd プロパティ

定義

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

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

プロパティ値

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

適用対象