Class InteriorGradientBuilder
Class for interior gradient builder.
Inheritance
System.Object
InteriorGradientBuilder
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.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class InteriorGradientBuilder
Constructors
InteriorGradientBuilder(CircularPointerCap)
Initializes a new instance of the InteriorGradientBuilder class to indicate the pointer cap gradient.
Declaration
public InteriorGradientBuilder(CircularPointerCap gradient)
Parameters
Type | Name | Description |
---|---|---|
CircularPointerCap | gradient | The gradient. |
Methods
Add()
Adds this instance.
Declaration
public void Add()
ColorInfo(Action<CircularColorInfoBuilder>)
Colors the information.
Declaration
public InteriorGradientBuilder ColorInfo(Action<CircularColorInfoBuilder> colorinfo)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CircularColorInfoBuilder> | colorinfo | The colorinfo. |
Returns
Type | Description |
---|---|
InteriorGradientBuilder |