Class GradientStop
Inheritance
System.Object
GradientStop
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class GradientStop
Constructors
GradientStop()
Declaration
public GradientStop()
Properties
Color
Gets or sets the stop color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Gets or sets the stop offset.
Declaration
[JsonProperty("offset")]
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Stops
Declaration
public Collection Stops { get; }
Property Value
Type | Description |
---|---|
Collection |