menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class RadialSliderBase

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadialSliderBase
    MobileRadialSliderProperties
    RadialSliderProperties
    Inherited Members
    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
    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

    true if [show the radial slider]; otherwise, false.

    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

    true if [animation effect to radial slider]; otherwise, false.

    EnableRoundOff

    Specifies the enableRoundOff for value selection rounded.

    Declaration
    [JsonProperty("enableRoundOff")]
    public bool EnableRoundOff { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enableRoundOff for value selection rounded]; otherwise, false.

    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

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