Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / ExpanderButton Class / CheckedBrush Property

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