Focusable Property
Gets or sets a value indicating whether the control can receive focus.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Focusable { get; set; }
Public Property Focusable As Boolean
Get
Set
abstract Focusable : bool with get, set
override Focusable : bool with get, set