Share via


RichTextBlockOverflow.ContentEnd 属性

定义

获取一个 TextPointer ,指示 RichTextBlockOverflow 中内容的结束。

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

属性值

指示 RichTextBlockOverflow 中内容的结束的 TextPointer

适用于