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


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

    See Also