TextBlock.ContentStart 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个指向 TextPointer 中内容的开始位置的 TextBlock。
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
属性值
指向 TextPointer 中内容的开始位置的 TextBlock。
注解
内容开头是直接位于第一个字符前面的 TextBlock插入位置。
TextPointer此属性返回的始终设置为 LogicalDirection Backward。