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

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