Class GradientStop
Inheritance
System.Object
GradientStop
Assembly: IgniteUI.Blazor.dll
Syntax
public class GradientStop : Object
Constructors
GradientStop()
Declaration
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
Offset
Declaration
public double Offset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
Serialize()
Declaration
public string Serialize()
Returns
| Type |
Description |
| System.String |
|