'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the height of a single button.")> Public Overridable Property ButtonHeight As System.Integer
'Usage
Dim instance As NVScrollBarElement Dim value As System.Integer instance.ButtonHeight = value value = instance.ButtonHeight
[System.ComponentModel.Description("Gets/sets the height of a single button.")] public virtual System.int ButtonHeight {get; set;}