Search
FlowChart.Measures Property
See Also
 



Allows setting some hit-testing measure values.

 Syntax

VB6  Copy Code

Public Property Get Measures( _
    ByVal measure As EMeasure _
) As Long
Public Property Let Measures( _
    ByVal measure As EMeasure, _
    ByVal Value As Long _
)

C++  Copy Code

public:
int get_Measures (
    EMeasure measure
)
void put_Measures (
    EMeasure measure,
    int value
)

 Parameters

measure
A member of the EMeasure enumeration specifying the value to get or set.

 Property Value

A long value.

 Remarks

Allows changing some threshold values and measures used during hit-testing and user interaction. Currently there is only one value exposed through this property:

Index

Default value

Description

meArrowHitTestZone

15

A threshold value used during hit-testing, allows easier selection of arrows.

 See Also