Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NCanvas Class / DocumentPadding Property


In This Topic
    DocumentPadding Property (NCanvas)
    In This Topic
    Gets/sets the padding applied to the document bounds (in document measurement unit)
    Syntax
    'Declaration
     
    
    Public Property DocumentPadding As NMargins
    'Usage
     
    
    Dim instance As NCanvas
    Dim value As NMargins
     
    instance.DocumentPadding = value
     
    value = instance.DocumentPadding
    public NMargins DocumentPadding {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