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


CheckedBackground Property
Gets or sets the Brush for the background on the checked side.
Syntax
'Declaration
 
Public Property CheckedBackground As Brush
 
'Usage
 
Dim instance As ToggleSwitch
Dim value As Brush
 
instance.CheckedBackground = value
 
value = instance.CheckedBackground

Property Value

The Brush for the background on the checked side.
Requirements

See Also