Show / Hide Table of Contents

Class GradientStop

Inheritance
System.Object
GradientStop
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class GradientStop : Object

Constructors

GradientStop()

Declaration
public GradientStop()

GradientStop(Color, Double)

Declaration
public GradientStop(Color color, double offset)
Parameters
Type Name Description
Color color
System.Double offset

Properties

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
Color

Offset

Declaration
public double Offset { get; set; }
Property Value
Type Description
System.Double

Methods

Serialize()

Declaration
public string Serialize()
Returns
Type Description
System.String