sizeModeWidth Property

Summary

Width of the layout in pixels

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerViewLayout.prototype, 'sizeModeWidth', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
sizeModeWidth: number; 

Property Value

The width of the layout in pixels. Default value is 0.

Remarks

This value must be set during UpdateTransform to set the width of the layout in pixels. The viewer will use this value to control how much to zoom when FitWidth> is used for example. Typically this should be the width of largest column.

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