Search
ENodeConstraint Enumeration
See Also
 



Members of this enumeration are used as indices of the Constraints indexed property of nodes.

 Syntax

VB6  Copy Code

Public Enum ENodeConstraint

C++  Copy Code

enum ENodeConstraint

 Members

  Member name Value Description

ncMoveDirection

0

Allows constraining the node's move direction.

ncMinWidth

1

Allows constraining the minimal width of the node.

ncMinHeight

2

Allows constraining the minimal height of the node.

ncMaxWidth

3

Allows constraining the maximal width of the node.

ncMaxHeight

4

Allows constraining the maximal height of the node.

ncKeepInsideDiagram

5

Gets or sets a value indicating whether a node should always stay inside the boundaries of the diagram that contains it.

 See Also