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


In This Topic
    CheckedBackground Property
    In This Topic
    Gets or sets the Brush for the background on the checked side.
    Syntax
    'Declaration
     
    Public Property CheckedBackground As Brush
    'Usage
     
    Dim instance As ToggleSwitch
    Dim value As Brush
     
    instance.CheckedBackground = value
     
    value = instance.CheckedBackground
    public Brush CheckedBackground {get; set;}

    Property Value

    The Brush for the background on the checked side.
    Requirements

    See Also