Class MobileRadialSliderProperties
Tile Properties
Implements
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 MobileRadialSliderProperties : RadialSliderBase, IMobileBase
Constructors
MobileRadialSliderProperties()
Declaration
public MobileRadialSliderProperties()
Properties
Position
Gets or sets the position of radial slider
Declaration
[JsonProperty("position")]
public RadialSliderPosition Position { get; set; }
Property Value
Type | Description |
---|---|
RadialSliderPosition | The position of radial slider. |
RenderMode
Gets or sets the render mode.
Declaration
[JsonProperty("renderMode")]
[JsonConverter(typeof(StringEnumConverter))]
public RenderMode RenderMode { get; set; }
Property Value
Type | Description |
---|---|
RenderMode | The render mode. |
StrokeWidth
Gets or sets the stroke width.
Declaration
[JsonProperty("strokeWidth")]
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The stroke width. |
Theme
Gets or sets the theme.
Declaration
[JsonProperty("theme")]
[JsonConverter(typeof(StringEnumConverter))]
public Theme Theme { get; set; }
Property Value
Type | Description |
---|---|
Theme | The theme. |