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


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

    See Also