Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ToggleButton Class / CheckedForeground Property

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