'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Gets/sets the animation direction to be used when animating the popup.")> Public Property AnimationDirection As PopupAnimationDirection
'Usage
Dim instance As NPopupNotify Dim value As PopupAnimationDirection instance.AnimationDirection = value value = instance.AnimationDirection
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Gets/sets the animation direction to be used when animating the popup.")] public PopupAnimationDirection AnimationDirection {get; set;}