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