viewLayout Property

Summary

Default view layout.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerCreateOptions.prototype, 'viewLayout', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly