public enum ENParentAnchor : System.Enum
public enum ENParentAnchor : System.Enum
Member | Description |
---|---|
ChildrenCenter | The parent is anchored at the children center |
ChildrenFar | The parent is anchored at the far side of the last child |
ChildrenNear | The parent is anchored at the near side of the first child |
FirstChildCenter | The parent is anchored at the center of the first child |
LastChildCenter | The parent is anchored at the center of the last child |
SubtreeCenter | The parent is anchored at the center of the subtree |
SubtreeFar | The parent is anchored at the far side the subtree |
SubtreeNear | The parent is anchored at the near side of the subtree |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Diagram.Layout.ENParentAnchor
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)