Class RadialMenuPropertiesBase
Inheritance
System.Object
RadialMenuPropertiesBase
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
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. |