NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NClassicalTreeLayout Class


In This Topic
    NClassicalTreeLayout Class Properties
    In This Topic

    For a list of all members of this type, see NClassicalTreeLayout members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the bus alignment relative to the aesthetically available space between parent and child nodes. Only applicable if OrthogonalEdgeRouting is set to true. Accepts values in the [0-1] range. By default set to 0.5f (middle).  
    Public PropertyGets or sets whether the breadth of the tree drawing should be compacted. By default set to true.  
    Public PropertyGets or sets whether to perform orthogonal edge routing. If set to true all edges will be routed orthogonally in a bus-like fashion. If set to false, all edges will be routed as straight lines.  
    Public PropertyGets or sets the parent placement attribute, which controls the placement of the parent in respect to its children or subtree.  
    Public PropertyDetermines the plug spacing of the incomming edges.  
    Public PropertyGets or sets the way in which the layout must glue the edges end-points to the vertices they connect. By default set to Sides.  
    Public PropertyIf true all edges will be placed on a single bus between each pair of layers.  
    Public PropertyGets or sets the minimal spacing between the vertices in the breadth dimension  
    Top
    See Also