ComponentOne Basic Library for WPF and Silverlight
DropDownDirection Property (C1DropDownButton)


C1.WPF Namespace > C1DropDownButton Class : DropDownDirection Property
Specifies the expand direction of the control drop-down box.
Syntax
'Declaration
 
Public Property DropDownDirection As DropDownDirection
'Usage
 
Dim instance As C1DropDownButton
Dim value As DropDownDirection
 
instance.DropDownDirection = value
 
value = instance.DropDownDirection
public DropDownDirection DropDownDirection {get; set;}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members