menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileRadialMenuProperties

    Radialmenu properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadialMenuPropertiesBase
    MobileRadialMenuProperties
    Implements
    IMobileBase
    Inherited Members
    RadialMenuPropertiesBase.Radius
    RadialMenuPropertiesBase.EnableAnimation
    RadialMenuPropertiesBase.Open
    RadialMenuPropertiesBase.Close
    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.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileRadialMenuProperties : RadialMenuPropertiesBase, IMobileBase

    Constructors

    MobileRadialMenuProperties()

    Declaration
    public MobileRadialMenuProperties()

    Properties

    BackImageClass

    Gets or sets the back image class.

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

    The back image class.

    ImageClass

    Gets or sets the image class.

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

    The image class.

    Items

    Gets or sets the items.

    Declaration
    [JsonIgnore]
    public List<MobileRadialMenuBaseItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MobileRadialMenuBaseItem>

    The items.

    Position

    Gets or sets the position.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("position")]
    public RadialMenuPosition Position { get; set; }
    Property Value
    Type Description
    RadialMenuPosition

    The position.

    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.

    Select

    Gets or sets the select.

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

    The select.

    Theme

    Gets or sets the theme.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("theme")]
    public Theme Theme { get; set; }
    Property Value
    Type Description
    Theme

    The theme.

    Touch

    Gets or sets the touch.

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

    The touch.

    Windows

    Section for windows mode specific functionalities.

    Declaration
    [JsonProperty("windows")]
    public RadialMenuRenderModeProperties Windows { get; set; }
    Property Value
    Type Description
    RadialMenuRenderModeProperties

    The windows.

    Implements

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