'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the direction to be used when displaying the popup.")> Public Overridable Property DropDownDirection As Direction
'Usage
Dim instance As NPopupDropDownControl Dim value As Direction instance.DropDownDirection = value value = instance.DropDownDirection
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the direction to be used when displaying the popup.")] public virtual Direction DropDownDirection {get; set;}