Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NClassImporter Class / Layout Property


In This Topic
    Layout Property (NClassImporter)
    In This Topic
    Gets/Sets the layout that should position the generated shapes.
    Syntax
    'Declaration
     
    
    Public Property Layout As NLayout
    'Usage
     
    
    Dim instance As NClassImporter
    Dim value As NLayout
     
    instance.Layout = value
     
    value = instance.Layout
    public NLayout Layout {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