RichTextBlock.ContentEnd 屬性

定義

取得 TextPointer ,指出 RichTextBlock中內容的結尾。

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

屬性值

TextPointer,指出RichTextBlock中內容的結尾。

適用於