Leadtools.Web.Controls Namespace : ThumbnailsDirection Enumeration |
public enum ThumbnailsDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ThumbnailsDirection Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ThumbnailsDirection
public enum ThumbnailsDirection : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Web.Controls.ThumbnailsDirection = function() { }; Leadtools.Web.Controls.ThumbnailsDirection.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ThumbnailsDirection : public System.Enum, System.IComparable, System.IConvertible, System.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). |
System.Object
System.ValueType
System.Enum
Leadtools.Web.Controls.ThumbnailsDirection
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2