TextElement.ContentEnd 属性

定义

获取表示元素中内容末尾的文本指针。

public:
 property System::Windows::Documents::TextPointer ^ ContentEnd { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ContentEnd { get; }
member this.ContentEnd : System.Windows.Documents.TextPointer
Public ReadOnly Property ContentEnd As TextPointer

属性值

TextPointer

内容末尾 TextElement

注解

ContentEnd 属性通常用于将内容追加到末尾 TextElement

TextPointer此属性返回的始终设置为 LogicalDirection LogicalDirection.Forward

适用于

另请参阅