次の方法で共有


TextElement.ContentEnd プロパティ

定義

要素内のコンテンツの末尾を表すテキスト ポインターを取得します。

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の末尾にコンテンツを追加するために使用されます。

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

適用対象

こちらもご覧ください