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

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