menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class RadialMenuSlider

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

    Constructors

    RadialMenuSlider()

    Declaration
    public RadialMenuSlider()

    Properties

    HtmlAttributes

    Gets and sets RadialMenu HtmlAttributes.

    Declaration
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.String

    LabelSpace

    Gets and sets LabelSpace.

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

    StrokeWidth

    Gets and sets StrokeWidth.

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

    Ticks

    Gets or sets ticks.

    Declaration
    [JsonProperty("ticks")]
    public List<double> Ticks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved