itemSizeMode Property

Summary

Indicates how the images are displayed inside their items.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'itemSizeMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
itemSizeMode: ControlSizeMode; 

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 Assembly