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

    See Also