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

In This Topic
    BackgroundImage Property
    In This Topic
    The background-image property sets the background of an element.
    Syntax
    'Declaration
     
    
    Public Property BackgroundImage As C1StyleBackgroundImage
    public C1StyleBackgroundImage BackgroundImage {get; set;}
    See Also