TextElement.ElementStart 属性

定义

获取表示紧邻元素开头之前位置的文本指针。

public:
 property System::Windows::Documents::TextPointer ^ ElementStart { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ElementStart { get; }
member this.ElementStart : System.Windows.Documents.TextPointer
Public ReadOnly Property ElementStart As TextPointer

属性值

TextPointer

就在开始 TextElement前的位置。

注解

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

适用于

另请参阅