Search
ArrowLabel.RelativeTo Property
See Also
 



Gets or sets the label's relative positioning.

 Syntax

VB6  Copy Code

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

C++  Copy Code

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

 Property Value

A member of the ERelativeToLink enumeration. The default is rtlLinkLength.

 Remarks

If 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