Search
ArrowLabel.SetLinkLengthPosition Method
See Also
 



Positions this label relatively to the arrow's length.

 Syntax

VB6  Copy Code

Public Sub SetLinkLengthPosition( _
    ByVal lengthFactor As Single _
)

C++  Copy Code

public:
void SetLinkLengthPosition (
    float lengthFactor
)

 Parameters

lengthFactor

A value between 0 and 1 specifying the position of the label relatively to the arrow's length.

 See Also