RichTextBlock.SelectionEnd 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 the end position of the text selected in the RichTextBlock.
public:
property TextPointer ^ SelectionEnd { TextPointer ^ get(); };
TextPointer SelectionEnd();
public TextPointer SelectionEnd { get; }
var textPointer = richTextBlock.selectionEnd;
Public ReadOnly Property SelectionEnd As TextPointer
Property Value
An object that represents the selection end, or null if no selection exists.
Remarks
Use Select to set the selection start and end.