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

Show in webframe

LayoutDirection Enumeration






Values that specify the orientation of the thumbnail viewer.
Syntax
'Declaration
 
Public Enum LayoutDirection 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LayoutDirection

            

            
public enum class LayoutDirection : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000HorizontalThe control will be oriented horizontally.
0x00000001VerticalThe control will be oriented vertically.
Remarks
The WebThumbnailViewer.LayoutDirection property controls the orientation of the thumbnail viewer.
Example
Refer to WebThumbnailViewer.Add.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Web.Controls Namespace

Error processing SSI file