'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the NPadding object which specifies the margins of the object.")> Public Overridable Property Margins As NPadding
'Usage
Dim instance As NSegmentedImage Dim value As NPadding instance.Margins = value value = instance.Margins
[System.ComponentModel.Description("Gets the NPadding object which specifies the margins of the object.")] public virtual NPadding Margins {get; set;}