menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class RadialMenuPropertiesBase

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadialMenuPropertiesBase
    MobileRadialMenuProperties
    RadialMenuProperties
    Inherited Members
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    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 RadialMenuPropertiesBase : PropertiesBase

    Constructors

    RadialMenuPropertiesBase()

    Represents the RadialMenu properties

    Declaration
    public RadialMenuPropertiesBase()

    Properties

    Close

    Event triggers when the menu is closed.

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

    EnableAnimation

    Gets or sets enable animation.

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

    enable animation.

    Open

    Event triggers when the menu is opened.

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

    Radius

    Gets or sets the radius.

    Declaration
    [JsonProperty("radius")]
    public int Radius { get; set; }
    Property Value
    Type Description
    System.Int32

    The radius.

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