←Select platform

ItemSizeMode Property

Summary

Indicates how the images are displayed inside their items.

Syntax

C#
VB
C++
public virtual ControlSizeMode ItemSizeMode { get; set; } 
Public Overridable Property ItemSizeMode() As ControlSizeMode 
   Get 
   Set 
public:  
   virtual property ControlSizeMode^ ItemSizeMode 
   { 
      ControlSizeMode^ get() 
      void set(ControlSizeMode^ value) 
   } 

Property Value

A value that indicate how the item images are displayed inside their items. Default value is ControlSizeMode.None.

Remarks

ItemSize and ItemSizeMode are used when the viewer is in "image list" or "thumbnails mode". For more information, for more information, refer to Image Viewer Items.

Example

For an example, refer to ItemSize.

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