←Select platform

EnablePan Property

Summary

Enable panning on the target control.

Syntax

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

Property Value

true to allow the user to click and drag on the target control, otherwise; false. Default value is true.

Remarks

This value allows the user to click and drag on the target control to move the pan rectangle as well as panning the in the image viewer.

Example

For an example, refer to ImageViewerPanControl.

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