Class RadialSliderBase
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class RadialSliderBase : PropertiesBase
Constructors
RadialSliderBase()
Declaration
public RadialSliderBase()
Properties
AutoOpen
Specifies the autoOpen for radial slider initial show or hide
Declaration
[JsonProperty("autoOpen")]
public bool AutoOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Change
Specifies change event
Declaration
[JsonProperty("change")]
public string Change { get; set; }
Property Value
Type | Description |
---|---|
System.String | The change event. |
Create
Specifies create event
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String | The create event. |
CssClass
Specifies the cssClass value for radial slider circle.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cssClass value |
Destroy
Specifies destroy event
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The destroy event. |
EnableAnimation
Specifies the enableAnimation for animation effect on radial slider show or hide
Declaration
[JsonProperty("enableAnimation")]
public bool EnableAnimation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableRoundOff
Specifies the enableRoundOff for value selection rounded.
Declaration
[JsonProperty("enableRoundOff")]
public bool EnableRoundOff { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LabelSpace
Specifies the labelSpace for value distance.
Declaration
[JsonProperty("labelSpace")]
public double LabelSpace { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The labelSpace value |
LableSpace
Specifies the labelSpace for value distance.
Declaration
[JsonProperty("labelSpace")]
public double LableSpace { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The labelSpace value |
Radius
Specifies the radius value for radial slider circle.
Declaration
[JsonProperty("radius")]
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The radius value |
Slide
Specifies slide event
Declaration
[JsonProperty("slide")]
public string Slide { get; set; }
Property Value
Type | Description |
---|---|
System.String | The slide event. |
Start
Specifies start event
Declaration
[JsonProperty("start")]
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String | The start event. |
Stop
Specifies stop event
Declaration
[JsonProperty("stop")]
public string Stop { get; set; }
Property Value
Type | Description |
---|---|
System.String | The stop event. |
Ticks
Specifies the ticke values for radial slider circle range.
Declaration
[CLSCompliant(false)]
[JsonProperty("ticks")]
public List<double> Ticks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> | The ticke values |
Value
Specifies the value for first needle selection.
Declaration
[JsonProperty("value")]
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value |