'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the direction of the drop-down arrow.")> Public Property DropDownDirection As Direction
'Usage
Dim instance As NDropDownButtonElement Dim value As Direction instance.DropDownDirection = value value = instance.DropDownDirection
[System.ComponentModel.Description("Gets/sets the direction of the drop-down arrow.")] public Direction DropDownDirection {get; set;}