Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / Color Property

In This Topic
    Color Property (C1Style)
    In This Topic
    The color property specifies the color of text.
    Syntax
    'Declaration
     
    
    Public Property Color As C1Color
    public C1Color Color {get; set;}
    See Also