←Select platform

ThumbnailsDirection Enumeration

Summary

Values that specify the flow of the thumbnail images.

Syntax

C#
VB
C++
public enum ThumbnailsDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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
0x00000000LeftToRightThe thumbnails start flowing from left (column-0) to right (number of columns -1), and then start again from left (column-0).
0x00000001TopToBottomThe 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Web Assembly
Click or drag to resize