CheckedBackground Property
Gets or sets the Brush for the background on the checked side.
public Brush CheckedBackground {get; set;}
'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.