NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NClassicalTreeLayout Class
Fields Properties Methods Events


NClassicalTreeLayout Class Members

The following tables list the members exposed by NClassicalTreeLayout.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the BusAlignment property  
Public Fieldstatic (Shared in Visual Basic)Reference to the CompactBreadth property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NClassicalTreeLayout  
Public Fieldstatic (Shared in Visual Basic)Reference to the OrthogonalEdgeRouting property  
Public Fieldstatic (Shared in Visual Basic)Reference to the ParentPlacement property  
Public Fieldstatic (Shared in Visual Basic)Reference to the ParentPlacement property  
Public Fieldstatic (Shared in Visual Basic)Reference to the PortStyle property  
Public Fieldstatic (Shared in Visual Basic)Reference to the UseSingleBus property  
Public Fieldstatic (Shared in Visual Basic)Reference to the VertexSpacing property  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
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
Protected Methods
 NameDescription
Protected MethodArranges the edges.  
Protected MethodOverridden. Arranges the tree.  
Internal Method  
Top
See Also