Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleBackgroundImageKind Enumeration

In This Topic
    C1StyleBackgroundImageKind Enumeration
    In This Topic
    Kind of background-image.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleBackgroundImageKind 
       Inherits System.Enum
    public enum C1StyleBackgroundImageKind : System.Enum 
    Members
    MemberDescription
    InheritInherits this property from its parent element.
    InitialSets this property to its default value.
    LinearGradientSets a linear gradient as the background image. Define at least two colors (top to bottom)
    NoneNo background image will be displayed.
    RadialGradientSets a radial gradient as the background image. Define at least two colors (center to edges)
    RepeatingLinearGradientRepeats a linear gradient
    RepeatingRadialGradientRepeats a radial gradient
    UrlThe URL to the image. To specify more than one image, separate the URLs with a comma
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1StyleBackgroundImageKind

    See Also