menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownMenuAnimationEffect - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropDownMenuAnimationEffect

    Specifies the animation effect for the DropDownMenu popup.

    Inheritance
    System.Object
    DropDownMenuAnimationEffect
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DropDownMenuAnimationEffect : Enum

    Fields

    FadeIn

    Specifies the FadeIn animation effect for the DropDownMenu popup.

    Declaration
    public const DropDownMenuAnimationEffect FadeIn
    Field Value
    Type Description
    DropDownMenuAnimationEffect

    Represents the string value: "FadeIn"

    None

    Specifies no animation effect for the DropDownMenu popup.

    Declaration
    public const DropDownMenuAnimationEffect None
    Field Value
    Type Description
    DropDownMenuAnimationEffect

    Represents the string value: "None"

    SlideDown

    Specifies the SlideDown animation effect for the DropDownMenu popup.

    Declaration
    public const DropDownMenuAnimationEffect SlideDown
    Field Value
    Type Description
    DropDownMenuAnimationEffect

    Represents the string value: "SlideDown"

    ZoomIn

    Specifies the ZoomIn animation effect for the DropDownMenu popup.

    Declaration
    public const DropDownMenuAnimationEffect ZoomIn
    Field Value
    Type Description
    DropDownMenuAnimationEffect

    Represents the string value: "ZoomIn"

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