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



Values that specify the orientation of the thumbnail viewer.

Syntax

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

Members

MemberDescription
HorizontalThe control will be oriented horizontally.
VerticalThe control will be oriented vertically.

Example

Remarks

The WebThumbnailViewer.LayoutDirection property controls the orientation of the thumbnail viewer

Inheritance Hierarchy

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

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