Visual Basic (Declaration) | |
---|---|
Public Enum ThumbnailsDirection Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ThumbnailsDirection |
C# | |
---|---|
public enum ThumbnailsDirection : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class ThumbnailsDirection : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
LeftToRight | The thumbnails start flowing from left (column-0) to right (number of columns -1), and then start again from left (column-0). |
TopToBottom | The thumbnails start flowing from up (row-0) to bottom (number of rows -1), and then start again from left (column-0). |
Refer to WebThumbnailViewer.ThumbsDirection.
The WebThumbnailViewer.ThumbsDirection property controls the flow of the thumbnail images.
System.Object
System.ValueType
System.Enum
Leadtools.Web.Controls.ThumbnailsDirection
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7