ToggleButtonIsChecked Property

Gets or sets whether the ToggleButton is checked.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool? IsChecked { get; set; }

Property Value

NullableBoolean

See Also