Search
ERelativeToNode Enumeration
See Also
 



Specifies how node labels are positioned.

 Syntax

VB6  Copy Code

Public Enum ERelativeToNode

C++  Copy Code

enum ERelativeToNode

 Members

  Member name Value Description

rtnEdge

0

Indicates that the node labels are positioned relative to a specified edge.

rtnCorner

1

Indicates that the node labels are positioned relative to a specified corner point.

rtnCenter

2

Indicates that the node labels are positioned relative to the node center.

 See Also