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


    IsCheckedLeft Property
    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
    Requirements

    See Also