Class ContentPopupAnimationTypes
Specifies the animation types for the popup in GroupBar.
Inheritance
System.Object
ContentPopupAnimationTypes
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfGroupBar.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class ContentPopupAnimationTypes : Enum
Fields
Fade
Fade animation is performed for popup in GroupBar.
Declaration
public const ContentPopupAnimationTypes Fade
Field Value
Type |
---|
ContentPopupAnimationTypes |
None
No animation is performed for popup in GroupBar.
Declaration
public const ContentPopupAnimationTypes None
Field Value
Type |
---|
ContentPopupAnimationTypes |
Scale
Scale animation is performed for popup in GroupBar.
Declaration
public const ContentPopupAnimationTypes Scale
Field Value
Type |
---|
ContentPopupAnimationTypes |
Slide
Slide animation is performed for popup in GroupBar.
Declaration
public const ContentPopupAnimationTypes Slide
Field Value
Type |
---|
ContentPopupAnimationTypes |