TextElement.ElementEnd 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示紧接元素末尾之后位置的文本指针。
public:
property System::Windows::Documents::TextPointer ^ ElementEnd { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ElementEnd { get; }
member this.ElementEnd : System.Windows.Documents.TextPointer
Public ReadOnly Property ElementEnd As TextPointer
属性值
刚好在 的末尾 TextElement之后的位置。
注解
TextPointer此属性返回的 始终LogicalDirection设置为 LogicalDirection.Forward。