TextElement.ContentEnd 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示元素中内容末尾的文本指针。
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
属性值
内容末尾 TextElement。
注解
该 ContentEnd 属性通常用于将内容追加到末尾 TextElement。
TextPointer此属性返回的始终设置为 LogicalDirection LogicalDirection.Forward。