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


In This Topic
    UncheckedBackground Property
    In This Topic
    Gets or sets the Brush for the Background of the unchecked side.
    Syntax
    'Declaration
     
    Public Property UncheckedBackground As Brush
    'Usage
     
    Dim instance As ToggleSwitch
    Dim value As Brush
     
    instance.UncheckedBackground = value
     
    value = instance.UncheckedBackground
    public Brush UncheckedBackground {get; set;}
    Requirements

    See Also