[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleLinearGradient

C1StyleLinearGradient Class

Background image that is a linear gradient.

Inheritance
C1StyleLinearGradient
Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public class C1StyleLinearGradient : C1StyleBackgroundImage

Constructors

Name Description
C1StyleLinearGradient(C1StyleLinearGradientDirection, IReadOnlyCollection<C1StyleGradientStop>, bool)

Initializes a new instance of the C1StyleLinearGradient struct.

Properties

Name Description
Direction

Gets the direction of the gradient.

GradientStops

Gets the gradient stops.

Repeating

Gets whether the pattern repeats.

Methods

Name Description
ToString()