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

プロパティ値

TextBlock内のコンテンツの末尾へのTextPointer

注釈

コンテンツの末尾は、 TextBlockの最後の文字の直後の挿入位置になります。

このプロパティによって返される TextPointerLogicalDirection は常に Forwardに設定されます。

適用対象

こちらもご覧ください