Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class / Compact Property


In This Topic
    Compact Property (NLayeredGraphLayout)
    In This Topic
    Determines whether the layout should try to minimize the width (for TopToBotttom and BottomToTop layouts) or height (for LeftToRight and RightToLeft layouts) of the drawing. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property Compact As System.Boolean
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As System.Boolean
     
    instance.Compact = value
     
    value = instance.Compact
    public System.bool Compact {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also