IsChecked Property
Gets or sets if menu item is checked when ToggleType is CheckBox or Radio.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsChecked { get; set; }
Public Property IsChecked As Boolean
Get
Set
abstract IsChecked : bool with get, set
override IsChecked : bool with get, set