Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NTipOverTreeLayout Class
Members


In This Topic
    NTipOverTreeLayout Class
    In This Topic
    The NTipOverTreeLayout class is a tree layout, which places the children of a vertex in a single row or column.
    Object Model
    NTipOverTreeLayout Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Class NTipOverTreeLayout 
       Inherits NTreeLayout
       Implements Nevron.Diagram.INMeasurements, Nevron.Diagram.INMeasurementUnit, Nevron.Diagram.INResolution, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NTipOverTreeLayout
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public class NTipOverTreeLayout : NTreeLayout, Nevron.Diagram.INMeasurements, Nevron.Diagram.INMeasurementUnit, Nevron.Diagram.INResolution, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    The tip-over tree layout implements an orthogontal tree drawing algorithm, which recursively arranges the children subtrees of a tree vertex in either a single row or a single column.

    The children placement can be specified on a per vertex basis. If a vertex does not provide a concrete value for this parameter it is by default obtained from the ChildrenPlacement property.

    Unlike classical tree layouts, this type of layout does not use an uniform parent placement. Based on whether the parent children must be arranged in a row or col, the layout uses the instance of the NParentPlacement class, accessible from the RowParentPlacement or the ColParentPlacement properties respectively.

    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Diagram.Layout.NLayout
             Nevron.Diagram.Layout.NGraphPartsLayout
                Nevron.Diagram.Layout.NTreeLayout
                   Nevron.Diagram.Layout.NTipOverTreeLayout

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also