←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly