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

Leadtools.Web Assembly