Class MobileRadialMenuSliderProperties
Class for Radial Menu Slider specific
Inheritance
System.Object
MobileRadialMenuSliderProperties
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.Mobile.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileRadialMenuSliderProperties
Constructors
MobileRadialMenuSliderProperties()
Initializes a new instance of the MobileRadialMenuSliderProperties class.
Declaration
public MobileRadialMenuSliderProperties()
Properties
LabelSpace
Gets or sets labelSpace.
Declaration
[JsonProperty("labelSpace")]
public double LabelSpace { get; set; }
Property Value
Type | Description |
---|---|
System.Double | labelSpace. |
StrokeWidth
Gets or sets strokeWidth.
Declaration
[JsonProperty("strokeWidth")]
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | strokeWidth. |
Ticks
Gets or sets the item type.
Declaration
[CLSCompliant(false)]
[JsonProperty("ticks")]
public List<double> Ticks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> | type. |