Class RadialSliderProperties
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class RadialSliderProperties : RadialSliderBase
Constructors
RadialSliderProperties()
Represents the Radial slider properties
Declaration
public RadialSliderProperties()
Properties
EndAngle
Specifies the StartAngle value for radial slider circle.
Declaration
[JsonProperty("endAngle")]
public double EndAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HtmlAttributes
Mapping Field for HtmlAttribute property.
Declaration
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Inline
Specifies the radialSlider's inline boundary in the given radius.
Declaration
[JsonProperty("inline")]
public bool Inline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InnerCircleImageClass
Specifies innerCircleImageClass, using this property we can give images in center of the radial circle through css classes.
Declaration
[JsonProperty("innerCircleImageClass")]
public string InnerCircleImageClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InnerCircleImageUrl
Specifies the file name of center circle icon.
Declaration
[JsonProperty("innerCircleImageUrl")]
public string InnerCircleImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locale
Defines the localization culture for the Radial Slider.
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseOver
Specifies mouseOver event.
Declaration
[JsonProperty("mouseover")]
public string MouseOver { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowInnerCircle
Specifies whether to show or hide the center circle.
Declaration
[JsonProperty("showInnerCircle")]
public bool ShowInnerCircle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartAngle
Specifies the startAngle value for radial slider circle.
Declaration
[JsonProperty("startAngle")]
public double StartAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StrokeWidth
Specifies the strokeWidth for customize the needle, outer circle and inner circle.
Declaration
[JsonProperty("strokeWidth")]
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetControlDetails()
Get the control details
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |