RichTextBlock.SelectionStart Property

Definition

Gets the starting position of the text selected in the RichTextBlock.

public:
 property TextPointer ^ SelectionStart { TextPointer ^ get(); };
TextPointer SelectionStart();
public TextPointer SelectionStart { get; }
var textPointer = richTextBlock.selectionStart;
Public ReadOnly Property SelectionStart As TextPointer

Property Value

An object that represents the selection start, or null if no selection exists.

Remarks

Use Select to set the selection start and end.

Applies to