hitTestBehavior Property

Summary

Gets or sets a value that determines how objects are hit-tested through a selection rectangle.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnContainer.prototype, 'hitTestBehavior', 
	get: function(), 
	set: function(value) 
) 
hitTestBehavior: AnnHitTestBehavior; 

Property Value

A 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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly