Gets or sets the label's relative positioning.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RelativeTo() As ERelativeToNode |
C++
Copy Code
|
|---|
public: |
A member of the ERelativeToNode enumeration. The default is rtnCenter.
RemarksIf 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