TextElement.ContentStart 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示元素中内容开头的文本指针。
public:
property System::Windows::Documents::TextPointer ^ ContentStart { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ContentStart { get; }
member this.ContentStart : System.Windows.Documents.TextPointer
Public ReadOnly Property ContentStart As TextPointer
属性值
中 TextElement内容的开头。
注解
属性 ContentStart 通常用于将内容插入到 的 TextElement开头。
TextPointer此属性返回的 始终LogicalDirection设置为 LogicalDirection.Backward。