Click or drag to resize
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.Primitives
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Nullable<bool> IsChecked { get; set; }

Property Value

Type: NullableBoolean
See Also