RichTextBlock.ContentEnd プロパティ

定義

RichTextBlock 内のコンテンツの末尾を示す TextPointer を取得します。

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

プロパティ値

RichTextBlock 内のコンテンツの末尾を示す TextPointer

適用対象