'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the structure which contains information whether the popup should be animated when displayed and/or closed.")> Public Property AnimationInfo As NPopupAnimationInfo
'Usage
Dim instance As NPopup Dim value As NPopupAnimationInfo instance.AnimationInfo = value value = instance.AnimationInfo
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the structure which contains information whether the popup should be animated when displayed and/or closed.")] public NPopupAnimationInfo AnimationInfo {get; set;}