Gets or sets the label's relative positioning.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RelativeTo() As ERelativeToLink |
C++
Copy Code
|
|---|
public: |
A member of the ERelativeToLink enumeration. The default is rtlLinkLength.
RemarksIf RelativeTo is set to rtlSegment or rtlControlPoint, the label is aliged to the arrow's segment or point whose index is assigned to the Index property.
See Also