←Select platform

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

Leadtools.Web Assembly