Nevron.Diagram Namespace / NDrawingSettings Class / DefaultExportBoundsPadding Property


DefaultExportBoundsPadding Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also