Windows.UI.Xaml.Controls.TextBox.SelectionStart
June 22, 2022 · View on GitHub
-description
Gets or sets the starting position of the text selected in the text box. When the SelectionLength is 0 (there is no selected text), the SelectionStart property corresponds to the cursor position.
-xaml-syntax
<TextBox SelectionStart="int"/>
-property-value
The starting position of the current selection or the current cursor position.