Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ToggleSwitch Class / IsCheckedLeft Property


In This Topic
    IsCheckedLeft Property
    In This Topic
    Gets or sets if the checked value is on the left side of the ToggleSwitch.
    Syntax
    'Declaration
     
    Public Property IsCheckedLeft As Boolean
    'Usage
     
    Dim instance As ToggleSwitch
    Dim value As Boolean
     
    instance.IsCheckedLeft = value
     
    value = instance.IsCheckedLeft
    public bool IsCheckedLeft {get; set;}
    Requirements

    See Also