menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileRadialSliderProperties

    Show / Hide Table of Contents

    Class MobileRadialSliderProperties

    Tile Properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadialSliderBase
    MobileRadialSliderProperties
    Implements
    IMobileBase
    Inherited Members
    RadialSliderBase.LabelSpace
    RadialSliderBase.LableSpace
    RadialSliderBase.Radius
    RadialSliderBase.Ticks
    RadialSliderBase.Value
    RadialSliderBase.AutoOpen
    RadialSliderBase.EnableAnimation
    RadialSliderBase.EnableRoundOff
    RadialSliderBase.CssClass
    RadialSliderBase.Change
    RadialSliderBase.Start
    RadialSliderBase.Stop
    RadialSliderBase.Slide
    RadialSliderBase.Create
    RadialSliderBase.Destroy
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.

    Implements

    IMobileBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved