TextSelection Constructor
Initializes a new instance of the TextSelection class
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TextSelection(
int Start,
int End
)
Public Sub New (
Start As Integer,
End As Integer
)
new :
Start : int *
End : int -> TextSelection