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; }
Public Property IsChecked As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IsChecked {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also