TextElement.ContentEnd 屬性

定義

取得代表元素中內容結尾的文字指標。

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

屬性值

TextPointer

中內容的 TextElement 結尾。

備註

屬性 ContentEnd 通常用來將內容附加至 的 TextElement 結尾。

這個屬性傳回的 一 TextPointer 律會將其 LogicalDirection 設定為 LogicalDirection.Forward

適用於

另請參閱