←Select platform

HitTestBehavior Property

Summary
Gets or sets a value that determines how objects are hit-tested using a selection rectangle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnHitTestBehavior HitTestBehavior { get; set; } 
@property (nonatomic, assign) LTAnnHitTestBehavior hitTestBehavior; 
public AnnHitTestBehavior getHitTestBehavior() 
public void setHitTestBehavior(AnnHitTestBehavior hitTestBehavior) 
public:  
   property AnnHitTestBehavior^ HitTestBehavior 
   { 
      AnnHitTestBehavior^ get() 
      void set(AnnHitTestBehavior^ value) 
   } 
HitTestBehavior # get and set (AnnContainer) 

Property Value

A value that determines how objects are hit-tested using a selection rectangle. The default value is AnnHitTestBehavior.Contains.

Remarks

This value is used by the HitTestRect method.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.