Class CircularPointerCap
Class for Circular gauge pointer cap.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CircularPointerCap : EJTagHelper
Constructors
CircularPointerCap()
Declaration
public CircularPointerCap()
Properties
BackgroundColor
Gets or sets the BackgroundColor.
Declaration
[JsonProperty("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the background. |
BorderColor
Gets or sets the BorderColor.
Declaration
[JsonProperty("borderColor")]
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the border. |
BorderWidth
Gets or sets the Width.
Declaration
[JsonProperty("width")]
public double BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the border. |
Gradients
Gets or sets the Gradients.
Declaration
[JsonProperty("gradients")]
public List<InteriorGradient> Gradients { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InteriorGradient> | Specifies the value for gradients. |
Radius
Gets or sets the Radius.
Declaration
[JsonProperty("radius")]
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies value for radius. |