IsChecked Property
Gets or sets whether the ToggleButton is checked.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool? IsChecked { get; set; }
Public Property IsChecked As Boolean?
Get
Set
member IsChecked : Nullable<bool> with get, set