[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleBackgroundImageKind

C1StyleBackgroundImageKind Enum

Kind of background-image.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public enum C1StyleBackgroundImageKind
Public Enum C1StyleBackgroundImageKind

Fields

Name 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