Gets or sets the starting position of the text selected in the rich text box.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public int SelectionStart { get; set; } |
Visual Basic |
---|
Public Property SelectionStart As Integer Get Set |
XAML Attribute Usage |
---|
<object SelectionStart="int" .../> |
Remarks
The positions represented in this property correspond to positions in the Text property's content.