←Select platform

Vectors Property

Summary

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

Syntax
C#
C++/CLI
public ReadOnlyCollection<ImageViewerViewLayoutVector> Vectors { get; } 
public:  
   property System::Collections::ObjectModel::ReadOnlyCollection<Leadtools::Controls::ImageViewerViewLayoutVector^>^ Vectors 
   { 
      System::Collections::ObjectModel::ReadOnlyCollection<Leadtools::Controls::ImageViewerViewLayoutVector^>^ get() 
   } 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.