menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class RadialSliderProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadialSliderBase
    RadialSliderProperties
    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(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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RadialSliderProperties : RadialSliderBase

    Constructors

    RadialSliderProperties()

    Represents the Radial slider properties

    Declaration
    public RadialSliderProperties()

    Properties

    EndAngle

    Specifies the StartAngle value for radial slider circle.

    Declaration
    [JsonProperty("endAngle")]
    public double EndAngle { get; set; }
    Property Value
    Type Description
    System.Double

    HtmlAttributes

    Mapping Field for HtmlAttribute property.

    Declaration
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Inline

    Specifies the radialSlider's inline boundary in the given radius.

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

    InnerCircleImageClass

    Specifies innerCircleImageClass, using this property we can give images in center of the radial circle through css classes.

    Declaration
    [JsonProperty("innerCircleImageClass")]
    public string InnerCircleImageClass { get; set; }
    Property Value
    Type Description
    System.String

    InnerCircleImageUrl

    Specifies the file name of center circle icon.

    Declaration
    [JsonProperty("innerCircleImageUrl")]
    public string InnerCircleImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    Locale

    Defines the localization culture for the Radial Slider.

    Declaration
    [JsonProperty("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    MouseOver

    Specifies mouseOver event.

    Declaration
    [JsonProperty("mouseover")]
    public string MouseOver { get; set; }
    Property Value
    Type Description
    System.String

    ShowInnerCircle

    Specifies whether to show or hide the center circle.

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

    StartAngle

    Specifies the startAngle value for radial slider circle.

    Declaration
    [JsonProperty("startAngle")]
    public double StartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    StrokeWidth

    Specifies the strokeWidth for customize the needle, outer circle and inner circle.

    Declaration
    [JsonProperty("strokeWidth")]
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    GetControlDetails()

    Get the control details

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved