'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the inner padding to be applied when painting the shape to the specified bounds.")> Public Property Padding As NPadding
'Usage
Dim instance As NUIShape Dim value As NPadding instance.Padding = value value = instance.Padding
[System.ComponentModel.Description("Gets/sets the inner padding to be applied when painting the shape to the specified bounds.")] public NPadding Padding {get; set;}