←Select platform

Item Property

Summary

Overrides Item

Syntax

C#
VB
C++
public override ImageViewerItem Item { get; set; } 
Public Overrides Property Item() As ImageViewerItem 
   Get 
   Set 
public:  
   virtual property ImageViewerItem^ Item 
   { 
      ImageViewerItem^ get() override 
      void set(ImageViewerItem^ value) override 
   } 

Property Value

The item that the mode will use as the work source. Default value is null.

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