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