| Visual Basic (Declaration) | |
|---|---|
Public Enum LayoutDirection Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LayoutDirection | |
| C# | |
|---|---|
public enum LayoutDirection : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class LayoutDirection : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Horizontal | The control will be oriented horizontally. |
| Vertical | The control will be oriented vertically. |
Refer to WebThumbnailViewer.Add.
The WebThumbnailViewer.LayoutDirection property controls the orientation of the thumbnail viewer
System.Object
System.ValueType
System.Enum
Leadtools.Web.Controls.LayoutDirection
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code