'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the padding among this element's bounds and the other children of its current container.")> Public Overridable Property Margins As NPadding
'Usage
Dim instance As NUIElement Dim value As NPadding instance.Margins = value value = instance.Margins
[System.ComponentModel.Description("Gets/sets the padding among this element's bounds and the other children of its current container.")] public virtual NPadding Margins {get; set;}