Share via


RichTextBlockOverflow.ContentStart 屬性

定義

取得 TextPointer ,指出 RichTextBlockOverflow 中內容的開頭。

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

屬性值

TextPointer,指出 RichTextBlockOverflow 中內容的開頭。

適用於