Search
ArrowLabel.AutoArrange Property
See Also
 



Gets or sets a value indicating whether the label can be auto arranged.

 Syntax

VB6  Copy Code

Public Property Get AutoArrange() As Boolean
Public Property Let AutoArrange( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_AutoArrange ()
void put_AutoArrange (
    bool value
)

 Property Value

true to automatically place the label; otherwise, false.

 See Also