CheckedForeground Property (C1ToggleButton)
In This Topic
Gets or sets the brush to highlight the element when the button is checked.
Syntax
'Declaration
Public Property CheckedForeground As C1Color
public C1Color CheckedForeground {get; set;}
See Also