viewLayout Property

Summary

Default view layout.

Syntax

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

Property Value

The default view layout to use. If this value null, then the viewer will create an instance of ImageViewerSingleViewLayout, adds an empty item to it and sets it in the ViewLayout property. Default value is null.

Example

For an example, refer to ImageViewer.

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