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

In This Topic
    BackgroundColor Property
    In This Topic
    The background-color property sets the background color of an element.
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As C1Color
    public C1Color BackgroundColor {get; set;}
    Remarks
    The background of an element is the total size of the element, including padding and border (but not the margin).
    See Also