LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ThumbnailsDirection Enumeration
See Also  
Leadtools.Web.Controls Namespace : ThumbnailsDirection Enumeration



Values that specify the flow of the thumbnail images.

Syntax

Visual Basic (Declaration) 
Public Enum ThumbnailsDirection 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ThumbnailsDirection
C# 
public enum ThumbnailsDirection : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ThumbnailsDirection : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
LeftToRightThe thumbnails start flowing from left (column-0) to right (number of columns -1), and then start again from left (column-0).
TopToBottomThe thumbnails start flowing from up (row-0) to bottom (number of rows -1), and then start again from left (column-0).

Example

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Web.Controls.ThumbnailsDirection

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also