TextElement.ContentEnd 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表元素中內容結尾的文字指標。
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
屬性值
中內容的 TextElement 結尾。
備註
屬性 ContentEnd 通常用來將內容附加至 的 TextElement 結尾。
這個屬性傳回的 一 TextPointer 律會將其 LogicalDirection 設定為 LogicalDirection.Forward 。