Class PopUpAnimationTypes
Popup AnimationType enumeration
Inheritance
System.Object
PopUpAnimationTypes
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfMenu.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class PopUpAnimationTypes : Enum
Fields
Custom
Popup of Menu opens with custom animation
Declaration
public const PopUpAnimationTypes Custom
Field Value
Type |
---|
PopUpAnimationTypes |
Fade
Popup of Menu opens with fade animation
Declaration
public const PopUpAnimationTypes Fade
Field Value
Type |
---|
PopUpAnimationTypes |
None
Popup of Menu opens without animation
Declaration
public const PopUpAnimationTypes None
Field Value
Type |
---|
PopUpAnimationTypes |
Scroll
Popup of Menu opens with scroll animation
Declaration
public const PopUpAnimationTypes Scroll
Field Value
Type |
---|
PopUpAnimationTypes |
Slide
Popup of Menu opens with slide animation
Declaration
public const PopUpAnimationTypes Slide
Field Value
Type |
---|
PopUpAnimationTypes |