TextBlock.SelectionEnd Property
Definition
public:
property TextPointer ^ SelectionEnd { TextPointer ^ get(); };
TextPointer SelectionEnd();
public TextPointer SelectionEnd { get; }
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.
Important
If using a keyboard for text selection within a TextBlock, the user must first activate Caret Browsing (with the app in the foreground, press F7).