Xceed Toolkit Plus for WPF v4.6 Documentation
ThumbHoverBackground Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ToggleSwitch Class : ThumbHoverBackground Property
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

Reference

ToggleSwitch Class
ToggleSwitch Members