[Root] / 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;}
    Supported Frameworks

    See Also