Search
ArrowLabel.LengthFactor Property
See Also
 



 Syntax

VB6  Copy Code

Public Property Get LengthFactor() As Single
Public Property Let LengthFactor( _
    ByVal value As Single _
)

C++  Copy Code

public:
float get_LengthFactor ()
void put_LengthFactor (
    float value
)

 Property Value

 See Also