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

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