'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the NPadding object which controls the display rectangle of the decorator.")> Public Property ClientPadding As NPadding
'Usage
Dim instance As NDecoratorBase Dim value As NPadding instance.ClientPadding = value value = instance.ClientPadding
[System.ComponentModel.Description("Gets the NPadding object which controls the display rectangle of the decorator.")] public NPadding ClientPadding {get; set;}