←Select platform

Vectors Property

Summary

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

Syntax
C#
VB
C++
public ReadOnlyCollection<ImageViewerViewLayoutVector> Vectors { get; } 
Public ReadOnly Property Vectors() As System.Collections.ObjectModel.ReadOnlyCollection(Of Leadtools.Controls.ImageViewerViewLayoutVector) 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly