←Select platform

ItemPart Property

Summary

Item part that this mode will use when working.

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

Property Value

The item that this mode will use when working. Default value is ImageViewerItemPart.Content.

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