TextSelection Structure
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public struct TextSelection : IEquatable<TextSelection>
Public Structure TextSelection
Implements IEquatable(Of TextSelection)
[<SealedAttribute>]
type TextSelection =
struct
inherit ValueType
interface IEquatable<TextSelection>
end
Inheritance | Object → ValueType → TextSelection |
Implements | IEquatable(TextSelection) |
Constructors
TextSelection(Int32, Int32) | Initializes a new instance of the TextSelection class |
Properties
End | |
Start |
Methods
GetType() | Gets the Type of the current instance. (Inherited from Object) |