'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the padding from button edges.")> Public Property BorderOffset As System.Integer
'Usage
Dim instance As NButtonBaseInfo Dim value As System.Integer instance.BorderOffset = value value = instance.BorderOffset
[System.ComponentModel.Description("Gets/sets the padding from button edges.")] public System.int BorderOffset {get; set;}