[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ToggleSwitch Class / ThumbBackground Property


In This Topic
    ThumbBackground Property
    In This Topic
    Gets or sets the Brush for the Thumb’s Background.
    Syntax
    'Declaration
     
    
    Public Property ThumbBackground As Brush
    'Usage
     
    
    Dim instance As ToggleSwitch
    Dim value As Brush
     
    instance.ThumbBackground = value
     
    value = instance.ThumbBackground
    public Brush ThumbBackground {get; set;}
    Supported Frameworks

    See Also