ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ContextMenuAnimationSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    ContextMenuAnimationSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 ContextMenuAnimationSettingsBuilder : ControlBuilder

    Constructors

    ContextMenuAnimationSettingsBuilder()

    Declaration
    public ContextMenuAnimationSettingsBuilder()

    ContextMenuAnimationSettingsBuilder(ContextMenuAnimationSettings)

    Declaration
    public ContextMenuAnimationSettingsBuilder(ContextMenuAnimationSettings model)
    Parameters
    Type Name Description
    ContextMenuAnimationSettings model

    Methods

    Duration(Double)

    Specifies the time duration to transform object.

    Declaration
    public ContextMenuAnimationSettingsBuilder Duration(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    ContextMenuAnimationSettingsBuilder

    Easing(String)

    Specifies the easing effect applied while transform.

    Declaration
    public ContextMenuAnimationSettingsBuilder Easing(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    ContextMenuAnimationSettingsBuilder

    Effect(MenuEffect)

    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
    public ContextMenuAnimationSettingsBuilder Effect(MenuEffect value)
    Parameters
    Type Name Description
    MenuEffect value
    Returns
    Type Description
    ContextMenuAnimationSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved