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

In This Topic
    BackgroundColor Property (C1Border)
    In This Topic
    Gets or sets the background color.
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As C1Color
    public C1Color BackgroundColor {get; set;}
    See Also