hitTestBehavior Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainer.prototype, 'hitTestBehavior', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly