CheckedBackground Property
In This Topic
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
public Brush CheckedBackground {get; set;}
Property Value
The
Brush for the background on the checked side.
Requirements
See Also