'Declaration
Public Property ClosingAnimation As DropDownAnimation
'Usage
Dim instance As ComboDropDown Dim value As DropDownAnimation instance.ClosingAnimation = value value = instance.ClosingAnimation
public DropDownAnimation ClosingAnimation {get; set;}
Property Value
An DropDownAnimation value that indicates the animation when closing the drop-down window.The default is DropDownAnimation.None.