Search
NodeLabel.RelativeTo Property
See Also
 



Gets or sets the label's relative positioning.

 Syntax

VB6  Copy Code

Public Property Get RelativeTo() As ERelativeToNode
Public Property Let RelativeTo( _
    ByVal value As ERelativeToNode _
)

C++  Copy Code

public:
ERelativeToNode get_RelativeTo ()
void put_RelativeTo (
    ERelativeToNode value
)

 Property Value

A member of the ERelativeToNode enumeration. The default is rtnCenter.

 Remarks

If RelativeTo is set to rtnEdge or rtnCorner, the label is aliged to the node's edge or corner whose index is assigned to the Index property.

 See Also