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


In This Topic
    WindowMargins Property
    In This Topic
    Gets/sets the window margins. The window margins deflate the window relative to the canvas size.
    Syntax
    'Declaration
     
    
    Public Property WindowMargins As NMargins
    'Usage
     
    
    Dim instance As NCanvas
    Dim value As NMargins
     
    instance.WindowMargins = value
     
    value = instance.WindowMargins
    public NMargins WindowMargins {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