Share via


RichTextBlockOverflow.ContentStart プロパティ

定義

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

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

プロパティ値

RichTextBlockOverflow 内のコンテンツの開始を示す TextPointer

適用対象