TextElement.ContentStart 属性

定义

获取表示元素中内容开头的文本指针。

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

适用于

另请参阅