←Select platform

RestrictToWorkBounds Property

Summary

Indicates whether this rubber band should only work on the current restricted bound set by the user.

Syntax

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

Property Value

true if this rubber band should only work on the current restricted bound set by the user, otherwise; false.

Remarks

For more information on the work bounds of interactive modes, refer to Image Viewer Interactive Modes.

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.Controls.WinForms Assembly