ComponentOne RichTextBox for UWP
SelectionStart Property

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : SelectionStart Property
Gets or sets the starting position of the text selected in the rich text box.
Syntax
'Declaration
 
Public Property SelectionStart As System.Integer
public System.int SelectionStart {get; set;}
Remarks
The positions represented in this property correspond to positions in the Text property's content.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members