TextBlock.ContentEnd Property

Definition

Gets a TextPointer object for the end of text content in the TextBlock.

public:
 property TextPointer ^ ContentEnd { TextPointer ^ get(); };
TextPointer ContentEnd();
public TextPointer ContentEnd { get; }
var textPointer = textBlock.contentEnd;
Public ReadOnly Property ContentEnd As TextPointer

Property Value

A TextPointer object for the end of text content in the TextBlock.

Applies to