Blazor | ComponentOne
C1.Blazor.DataPager Assembly / C1.Blazor.DataPager Namespace / DataPagerButton Class / PressedBrush Property

In This Topic
    PressedBrush Property (DataPagerButton)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color used to paint a button when it is pressed.
    Syntax
    'Declaration
     
    
    Public Property PressedBrush As C1Color
    public C1Color PressedBrush {get; set;}
    See Also