Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NBalloonTreeLayout Class / StartAngle Property


In This Topic
    StartAngle Property
    In This Topic
    Gets/Sets the start angle for the children of the root vertex, measured in degrees anticlockwise from the x-axis.
    Syntax
    'Declaration
     
    
    Public Property StartAngle As System.Double
    'Usage
     
    
    Dim instance As NBalloonTreeLayout
    Dim value As System.Double
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    public System.double StartAngle {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