NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / ENTipOverChildrenPlacement Enumeration
ENTipOverChildrenPlacement Enumeration
Defines the possible ways for placing the children in a tip over tree layout.
Syntax
public enum ENTipOverChildrenPlacement : System.Enum 
Members
MemberDescription
ColBothThe children are placed in 2 columns separated by the edge bus.
ColLeftThe children are placed in a row which is on the left of the edge bus.
ColRightThe children are placed in a col which is on the right of the edge bus.
InheritThe children placement is inherited from a more global property
RowThe children are placed in a row.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Diagram.Layout.ENTipOverChildrenPlacement

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