Gets a list of the perpendicular vectors of the view layout.
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()
}
List of the perpendicular vectors of the view layout.
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)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET