Search
ArrowLabel.Margin Property
See Also
 



Gets or sets the label's margin.

 Syntax

VB6  Copy Code

Public Property Get Margin() As Long
Public Property Let Margin( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_Margin ()
void put_Margin (
    int value
)

 Property Value

A float value.

 See Also