Search
FlowChart.SelHandleSize Property
See Also
 



Gets or sets the size of selection handles.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
float get_SelHandleSize ()
void put_SelHandleSize (
    float value
)

 Property Value

A float value. The default is 9.

 Remarks

Use this property to set the size of the manipulation handles displayed around selected objects. In addition to specifying how big the handles look, this value also defines the size of the manipulation hot-spots which let users modify selected objects. The property specifies a size measured in the units set in MeasureUnit.

 See Also