'Declaration
Public Enum C1StyleBackgroundImageKind Inherits System.Enum
public enum C1StyleBackgroundImageKind : System.Enum
'Declaration
Public Enum C1StyleBackgroundImageKind Inherits System.Enum
public enum C1StyleBackgroundImageKind : System.Enum
Member | Description |
---|---|
Inherit | Inherits this property from its parent element. |
Initial | Sets this property to its default value. |
LinearGradient | Sets a linear gradient as the background image. Define at least two colors (top to bottom) |
None | No background image will be displayed. |
RadialGradient | Sets a radial gradient as the background image. Define at least two colors (center to edges) |
RepeatingLinearGradient | Repeats a linear gradient |
RepeatingRadialGradient | Repeats a radial gradient |
Url | The URL to the image. To specify more than one image, separate the URLs with a comma |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleBackgroundImageKind