TextBlock.ContentEnd Property

Definition

Gets a TextPointer to the end of content in the 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

Property Value

A TextPointer to the end of content in the TextBlock.

Remarks

The end of content is taken to be the insertion position directly following the last character in the TextBlock.

The TextPointer returned by this property always has its LogicalDirection set to Forward.

Applies to

See also