Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

HitTestBehavior Property

Show in webframe
Gets or sets a value that determines how objects are hit-tested through a selection rectangle.
Syntax
get_hitTestBehavior();
set_hitTestBehavior(value);
Object.defineProperty('hitTestBehavior');

Property Value

TypeDescription
AnnHitTestBehaviorA value that determines how objects are hit-tested through a selection rectangle. The default value is AnnHitTestBehavior.Contains.
Remarks

This value is used by the HitTestRect method.

See Also

Reference

AnnContainer Object
AnnContainer Members

Error processing SSI file