PopupAnimations Enumeration
Types of animation of the pop-up window.
Syntax
[Flags()] public enum PopupAnimations : System.Enum
[Flags()] public enum class PopupAnimations : public System.Enum
Members
Member | Description |
---|---|
Blend | Uses a fade effect. |
BottomToTop | Animates the window from bottom to top. This flag can be used with roll or slide animation. |
Center | Makes the window appear to collapse inward if it is hiding or expand outward if the window is showing. |
LeftToRight | Animates the window from left to right. This flag can be used with roll or slide animation. |
None | Uses no animation. |
RightToLeft | Animates the window from right to left. This flag can be used with roll or slide animation. |
Roll | Uses a roll animation. |
Slide | Uses a slide animation. |
SystemDefault | Uses a default animation. |
TopToBottom | Animates the window from top to bottom. This flag can be used with roll or slide animation. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.PopupAnimations
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also