Share via


RichTextBlockOverflow.ContentEnd プロパティ

定義

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

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

プロパティ値

RichTextBlockOverflow 内のコンテンツの終了を示す TextPointer

適用対象