Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Button Class / FocusBrush Property

In This Topic
    FocusBrush Property (C1Button)
    In This Topic
    Gets or sets the C1Color used to highlight the focused control.
    Syntax
    'Declaration
     
    
    Public Property FocusBrush As C1Color
    public C1Color FocusBrush {get; set;}
    See Also