GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / Angle Property
In This Topic
    Angle Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the actual absolute angle at which this node should grow.
    Syntax
    public float Angle {get; set;}

    Property Value

    The default value is zero, meaning that general tree growth should proceed rightwards along the X axis.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method. By default this is the same as the Angle of the parent GoLayoutTreeNode. However, after the initial propagation of property values, perhaps in an override of GoLayoutTree.AssignTreeNodeValues, you could just set this property to specify the angle at which this node grows it subtrees.
    See Also