Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1CheckBox Class / Color Property

In This Topic
    Color Property (C1CheckBox)
    In This Topic
    Gets or sets the color used to paint the control.
    Syntax
    'Declaration
     
    
    Public Property Color As C1Color
    public C1Color Color {get; set;}
    See Also