'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the NPadding attribute which controls the inner spacing between control's bounds and child expanders.")> Public Property ClientPadding As NPadding
'Usage
Dim instance As NExplorerBar Dim value As NPadding instance.ClientPadding = value value = instance.ClientPadding
[System.ComponentModel.Description("Gets/sets the NPadding attribute which controls the inner spacing between control's bounds and child expanders.")] public NPadding ClientPadding {get; set;}