'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;}
public: property DropDownDirection DropDownDirection { DropDownDirection get(); void set ( DropDownDirection value); }