Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NTipOverTreeLayout Class
Members


In This Topic
    NTipOverTreeLayout Class
    In This Topic
    The NTipOverTreeLayout class is a directed tree layout, which places the children of a vertex in a single row or column.
    Object Model
    NTipOverTreeLayout Class
    Syntax
    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.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
                Nevron.Nov.Layout.NLayoutComponent
                   Nevron.Nov.Layout.NLayout
                      Nevron.Nov.Diagram.Layout.NGraphLayoutBase<T>
                         Nevron.Nov.Diagram.Layout.NTreeLayout
                            Nevron.Nov.Diagram.Layout.NDirectedTreeLayout
                               Nevron.Nov.Diagram.Layout.NTipOverTreeLayout

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also