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


ThumbPressedBackground Property
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
Requirements

See Also