Class RadialMenuSlider
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 RadialMenuSlider : EJTagHelper
Constructors
RadialMenuSlider()
Declaration
public RadialMenuSlider()
Properties
HtmlAttributes
Gets and sets RadialMenu HtmlAttributes.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelSpace
Gets and sets LabelSpace.
Declaration
[JsonProperty("labelSpace")]
public double LabelSpace { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StrokeWidth
Gets and sets StrokeWidth.
Declaration
[JsonProperty("strokeWidth")]
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Ticks
Gets or sets ticks.
Declaration
[JsonProperty("ticks")]
public List<double> Ticks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |