Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingSettings Class / DefaultExportBoundsPadding Property


In This Topic
    DefaultExportBoundsPadding Property
    In This Topic
    Controls the default export bounds padding, which you can use to inflate the export bounds from the image export visual interface
    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
    [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;}
    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