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


NTipOverTreeLayout Class Members

The following tables list the members exposed by NTipOverTreeLayout.

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the BreadthSpacing property  
Public Fieldstatic (Shared in Visual Basic)Reference to the ChildrenPlacement property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ChildrenPlacement extended property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ColLeftParentPlacement property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ColRightParentPlacement property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ColumnBusFactor property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Compact property  
Public Fieldstatic (Shared in Visual Basic)Reference to the DepthSpacing property  
Public Fieldstatic (Shared in Visual Basic)Reference to the LeafsPlacement property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NTipOverTreeLayout  
Public Fieldstatic (Shared in Visual Basic)Reference to the RowBusFactor property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the RowParentPlacement property  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the minimal spacing between vertices in the breadth dimension.  
Public PropertyGets/Sets the default children placement. If a vertex does not provide a local value for this parameter, it will use this property value. By default set to Row.  
Public PropertyGets/sets the placement of the parent vertices whose children are arranged in a left column.  
Public PropertyGets/sets the placement of the parent vertices whose children are arranged in a right column.  
Public PropertyGets/Sets the bus alignment relative to the spacing between nodes at the same level. Only applicable for edges, which connect children arranged in Column. Accepts values in the [0-1] range. By default set to 0.5 (middle).  
Public PropertyGets or sets whether the layout should attempt to compact the tree drawing area. By default set to true.  
Public PropertyGets or sets the minimal spacing between vertices in the depth dimension.  
Public PropertyGets/Sets the default leafs placement. If a leaf does not provide a local value for this parameter, it will use this property value. By default set to Inherit.  
Public PropertyGets/Sets the bus alignment relative to the aesthetically available space between parent and child nodes. Only applicable for edges, which connect children arranged in Row. Accepts values in the [0-1] range. By default set to 0.5 (middle).  
Public PropertyGets or sets the placement of the parent vertices whose children are arranged in a row.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Sets the value of the ChildrenPlacementPropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the ChildrenPlacementPropertyEx for the specified node.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Overriden to perform the tip-over tree layout algorithm  
Protected MethodOverridden.   
Protected MethodOverridden. Called before the layout of the specified tree  
Top
See Also