Animation Property
Description
Gets/Sets the type of animation used when displaying and closing the popup control.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property Animation() As [XTPPopupAnimation](XtremeSuiteControls~Enumerations~XTPPopupAnimation_EN.md)
Example
' This sample code illustrates how to apply the fade animation style to your popup control.
PopupControl.Animation = xtpPopupAnimationFade
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.