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

In This Topic
    MouseOverBrush Property (C1Button)
    In This Topic
    Gets or sets the C1Color used to highlight the control when it has the mouse over.
    Syntax
    'Declaration
     
    
    Public Property MouseOverBrush As C1Color
    public C1Color MouseOverBrush {get; set;}
    See Also