ToggleButtonIsChecked Property |
Gets or sets whether the ToggleButton is checked.
Returns:
True if the ToggleButton is checked; false if the ToggleButton is unchecked;
otherwise null. The default is false. If you are programming using C# or
Visual Basic, the type of this property is projected as bool? (a nullable
Boolean).
Namespace: Windows.UI.Xaml.Controls.PrimitivesAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Nullable<bool> IsChecked { get; set; }
Property Value
Type:
NullableBooleanSee Also