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

適用対象

こちらもご覧ください