←Select platform

AutoItemMode Property

Summary

Indicates how the mode updates the Item property.

Syntax

C#
VB
C++
public ImageViewerAutoItemMode AutoItemMode { get; set; } 
Public Property AutoItemMode() As ImageViewerAutoItemMode 
   Get 
   Set 
public:  
   property ImageViewerAutoItemMode^ AutoItemMode 
   { 
      ImageViewerAutoItemMode^ get() 
      void set(ImageViewerAutoItemMode^ value) 
   } 

Property Value

A value that indicate how the mode updates the Item property. Default value is ImageViewerAutoItemMode.None.

Remarks

For more information on how WorkOnBounds, Item, AutoItemMode and ItemPart can be used to control the area where the mode can start working, to EnableMouseWheel.

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