MenuItemIsChecked 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) Version: 11.3.999
public bool IsChecked { get; set; }

Property Value

Boolean

See Also