TextBlock.ContentEnd 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指向 TextPointer 內容結尾的 TextBlock。
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 內容結尾的 TextBlock。
備註
內容結尾是直接在 中 TextBlock 最後一個字元後面的插入位置。
TextPointer這個屬性所傳回的 一律設定為 LogicalDirection Forward 。