←Select platform

LayoutDirection Enumeration

Summary

Values that specify the orientation of the thumbnail viewer.

Syntax

C#
VB
C++
public enum LayoutDirection 
  
Public Enum LayoutDirection  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class LayoutDirection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0HorizontalThe control will be oriented horizontally.
1VerticalThe control will be oriented vertically.
Remarks

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

Example

Refer to WebThumbnailViewer.Add.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly