←Select platform

WorkOnBounds Property

Summary

Indicates whether this mode will only work if the original click or touch was in a specified bounding area.

Syntax
C#
VB
C++
public virtual bool WorkOnBounds { get; set; } 
Public Overridable Property WorkOnBounds() As Boolean 
   Get 
   Set 
public: 
   virtual property bool WorkOnBounds 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this mode will only work if the original click or touch was in a specified bounding area, otherwise; false. Default value is true.

Remarks

For more information on how WorkOnBounds, Item, AutoItemMode and ItemPart can be used to control the area where the mode can start working, refer to Image Viewer Interactive Modes.

Requirements

Target Platforms

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

Leadtools.Controls Assembly