Search
GroupAnchorStyles Enumeration
See Also
 





Specifies the master node edges to which a subordinate node can be anchored.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum GroupAnchorStyles

Visual Basic  Copy Code

Public Enum GroupAnchorStyles

 Members

  Member name Description

Left

Specifies the left edge.

Top

Specifies the top edge.

Right

Specifies the right edge.

Bottom

Specifies the bottom edge.

 See Also