'Declaration Public Property IsChecked As Nullable(Of Boolean)
'Usage Dim instance As ToggleSwitch Dim value As Nullable(Of Boolean) instance.IsChecked = value value = instance.IsChecked
public Nullable<bool> IsChecked {get; set;}
'Declaration Public Property IsChecked As Nullable(Of Boolean)
'Usage Dim instance As ToggleSwitch Dim value As Nullable(Of Boolean) instance.IsChecked = value value = instance.IsChecked
public Nullable<bool> IsChecked {get; set;}