'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the orientation of the button edit.")> Public Overridable Property Orientation As System.Windows.Forms.Orientation
'Usage
Dim instance As NButtonEditElement Dim value As System.Windows.Forms.Orientation instance.Orientation = value value = instance.Orientation
[System.ComponentModel.Description("Gets/sets the orientation of the button edit.")] public virtual System.Windows.Forms.Orientation Orientation {get; set;}