Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDatabaseImporter Class / LinksBelowTables Property


In This Topic
    LinksBelowTables Property
    In This Topic
    If set to true the links will be drawn below the tables, otherwise they will be drawn above them. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property LinksBelowTables As System.Boolean
    'Usage
     
    
    Dim instance As NDatabaseImporter
    Dim value As System.Boolean
     
    instance.LinksBelowTables = value
     
    value = instance.LinksBelowTables
    public System.bool LinksBelowTables {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