←Select platform

HitTestBehavior Property

Summary
Gets or sets a value that determines how objects are hit-tested through 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 value) 
public:  
   property AnnHitTestBehavior^ HitTestBehavior 
   { 
      AnnHitTestBehavior^ get() 
      void set(AnnHitTestBehavior^ value) 
   } 
HitTestBehavior # get and set (AnnAutomationManager) 

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 set into the AnnContainer.HitTestBehavior property.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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