Class ContextMenuAnimationSettings
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.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public class ContextMenuAnimationSettings : EJTagHelper
Constructors
ContextMenuAnimationSettings()
Declaration
public ContextMenuAnimationSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Duration
Specifies the time duration to transform object.
Declaration
[HtmlAttributeName("duration")]
public double Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 400 |
Easing
Specifies the easing effect applied while transform.
Declaration
[HtmlAttributeName("easing")]
public string Easing { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "ease" |
Effect
Specifies the effect that shown in the sub menu transform. The possible effects are: None: Specifies the sub menu transform with no animation effect. SlideDown: Specifies the sub menu transform with slide down effect. ZoomIn: Specifies the sub menu transform with zoom in effect. FadeIn: Specifies the sub menu transform with fade in effect.
Declaration
[HtmlAttributeName("effect")]
public MenuEffect Effect { get; set; }
Property Value
Type | Description |
---|---|
MenuEffect | The default value is Syncfusion.EJ2.Navigations.MenuEffect.SlideDown |