Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NCircularGraphLayout Class / AutoSizeRings Property


In This Topic
    AutoSizeRings Property
    In This Topic
    Deterimnes if the layout will auto set the ring radius in order to eliminate node overlapping
    Syntax
    'Declaration
     
    
    Public Property AutoSizeRings As System.Boolean
    'Usage
     
    
    Dim instance As NCircularGraphLayout
    Dim value As System.Boolean
     
    instance.AutoSizeRings = value
     
    value = instance.AutoSizeRings
    public System.bool AutoSizeRings {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