Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

ThumbnailsDirection Enumeration






Values that specify the flow of the thumbnail images.
Syntax
public enum ThumbnailsDirection : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ThumbnailsDirection 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ThumbnailsDirection

            

            
public enum class ThumbnailsDirection : public System.Enum, System.IComparableSystem.IConvertibleSystem.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.
Example
Refer to WebThumbnailViewer.ThumbsDirection.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Web.Controls Namespace

Error processing SSI file