ThumbnailsDirection Enumeration

Summary
Values that specify the flow of the thumbnail images.
Syntax
C#
VB
C++
public enum ThumbnailsDirection 
  
Public Enum ThumbnailsDirection  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ThumbnailsDirection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0LeftToRightThe thumbnails start flowing from left (column-0) to right (number of columns -1), and then start again from left (column-0).
1TopToBottomThe thumbnails start flowing from up (row-0) to bottom (number of rows -1), and then start again from left (column-0).
Remarks

The WebThumbnailViewer.ThumbsDirection property controls the flow of the thumbnail images.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

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