vectors Property

Summary

Gets a list of the perpendicular vectors of the view layout.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerViewLayout.prototype, 'vectors', 
	get: function() 
) 
TypeScript Syntax
vectors: ImageViewerViewLayoutVector[]; // read-only 

Property Value

List of the perpendicular vectors of the view layout.

Remarks

Holds the first and last item index of the perpendicular vector of the view layout.

For example, in a Vertical View Layout, the Vectors property would show each row as an instance of this class. (Here vector = row/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