sizeMode Property

Summary

Gets a value that indicate how the image is displayed inside this items.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItem.prototype, 'sizeMode', 
	get: function() 
) 
TypeScript Syntax
sizeMode: ControlSizeMode; // read-only 

Property Value

A value that indicate how the image is displayed inside the item. Default value is ControlSizeMode.None.

Remarks

This value is the same set by the user to the last call to Zoom.

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