Search
ArrowLabel.VerticalOffset Property
See Also
 



Gets or sets the label's vertical offset.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
float get_VerticalOffset ()
void put_VerticalOffset (
    float value
)

 Property Value

A float value.

 See Also