Click or drag to resize

AppBarButtonIsChecked Property

Gets or sets the check status of the button, if the current button is used as toggle button. (IsToggleButton = True)

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public Nullable<bool> IsChecked { get; set; }

Property Value

Type: NullableBoolean
See Also