Class MobileRadialMenuBaseItem
Inheritance
System.Object
MobileRadialMenuBaseItem
Inherited Members
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 MobileRadialMenuBaseItem
Constructors
MobileRadialMenuBaseItem()
Declaration
public MobileRadialMenuBaseItem()
Properties
Badge
Gets or sets the badge.
Declaration
public MobileRadialBadgeProperties Badge { get; set; }
Property Value
Type | Description |
---|---|
MobileRadialBadgeProperties | badge. |
Children
Gets or sets the children.
Declaration
[JsonIgnore]
[JsonProperty("children")]
public List<MobileRadialMenuChildItem> Children { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MobileRadialMenuChildItem> | The children. |
Enabled
Gets or sets the enabled.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | enabled. |
Flat
Gets or sets the flat.
Declaration
public MobileRadialFlatProperties Flat { get; set; }
Property Value
Type | Description |
---|---|
MobileRadialFlatProperties | The flat. |
HtmlAttributes
Gets or sets the HTML attributes.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HTML attributes. |
ImageName
Gets or sets the name of the image.
Declaration
[JsonProperty("imageName")]
public string ImageName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the image. |
ImagePath
Gets or sets the image path.
Declaration
[JsonProperty("imagePath")]
public string ImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image path. |
ImageURL
Gets or sets the image URL.
Declaration
[JsonProperty("imageURL")]
public string ImageURL { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image URL. |
SliderSettings
Gets or sets the sliderSettings.
Declaration
public MobileRadialMenuSliderProperties SliderSettings { get; set; }
Property Value
Type | Description |
---|---|
MobileRadialMenuSliderProperties | sliderSettings. |
Touch
Gets or sets the touch.
Declaration
[JsonProperty("touch")]
public string Touch { get; set; }
Property Value
Type | Description |
---|---|
System.String | The touch. |
Type
Gets or sets the item type.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public MenuItemType Type { get; set; }
Property Value
Type | Description |
---|---|
MenuItemType | type. |
Windows
Gets or sets the windows.
Declaration
public MobileRadialWindowsProperties Windows { get; set; }
Property Value
Type | Description |
---|---|
MobileRadialWindowsProperties | The windows. |