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


In This Topic
    AspectRatio Property
    In This Topic
    Determines the aspect (width/height) ratio of the layout. By default set to 1 which layouts the nodes in a circle.
    Syntax
    'Declaration
     
    
    Public Property AspectRatio As System.Double
    'Usage
     
    
    Dim instance As NCircularGraphLayout
    Dim value As System.Double
     
    instance.AspectRatio = value
     
    value = instance.AspectRatio
    public System.double AspectRatio {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