SelectionEnd Property
Gets or sets the end position of the text selected in the TextBox
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public int SelectionEnd { get; set; }
Public Property SelectionEnd As Integer
Get
Set
member SelectionEnd : int with get, set
Property Value
Int32Remarks
When the SelectionEnd is equal to SelectionStart, there is no selected text and it marks the caret position