'Declaration <DescriptionAttribute("The direction in which the button's dropdown will open.")> <CategoryAttribute("DropDown")> Public Property DropDownDirection As DropDownDirection
'Usage Dim instance As WinButton Dim value As DropDownDirection instance.DropDownDirection = value value = instance.DropDownDirection
[Description("The direction in which the button's dropdown will open.")] [Category("DropDown")] public DropDownDirection DropDownDirection {get; set;}