TextBlock.ContentStart 属性

定义

获取一个指向 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

指向 TextPointer 中内容的开始位置的 TextBlock

注解

内容开头是直接位于第一个字符前面的 TextBlock插入位置。

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

适用于

另请参阅