'Declaration
<System.ComponentModel.CategoryAttribute("ImageExport")> <System.ComponentModel.DescriptionAttribute("Controls the default export bounds padding, which you can use to inflate the export bounds from the image export visual interface")> Public Property DefaultExportBoundsPadding As NMargins
'Usage
Dim instance As NDrawingSettings Dim value As NMargins instance.DefaultExportBoundsPadding = value value = instance.DefaultExportBoundsPadding
[System.ComponentModel.Category("ImageExport")] [System.ComponentModel.Description("Controls the default export bounds padding, which you can use to inflate the export bounds from the image export visual interface")] public NMargins DefaultExportBoundsPadding {get; set;}