Search
ArrowLabel.HorizontalOffset Property
See Also
 



Gets or sets the label's horizontal offset.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
float get_HorizontalOffset ()
void put_HorizontalOffset (
    float value
)

 Property Value

A float value.

 See Also