TextBlock.ContentEnd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.