共用方式為


TextBlock.ContentEnd 屬性

定義

取得指向 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

指向 TextPointer 內容結尾的 TextBlock

備註

內容結尾是直接在 中 TextBlock 最後一個字元後面的插入位置。

TextPointer這個屬性所傳回的 一律設定為 LogicalDirection Forward

適用於

另請參閱