Xceed Toolkit Plus for WPF v4.6 Documentation
ThumbBackground Property


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

Reference

ToggleSwitch Class
ToggleSwitch Members