Xceed Toolkit Plus for WPF v5.0 Documentation
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;}
    Requirements

    See Also