LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

LayoutDirection Property






Gets or sets the orientation of the thumbnail viewer.
Syntax
public LayoutDirection LayoutDirection {get; set;}
'Declaration
 
Public Property LayoutDirection As LayoutDirection
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As LayoutDirection
 
instance.LayoutDirection = value
 
value = instance.LayoutDirection
public LayoutDirection LayoutDirection {get; set;}
 get_LayoutDirection();
set_LayoutDirection(value);
public:
property LayoutDirection LayoutDirection {
   LayoutDirection get();
   void set (    LayoutDirection value);
}

Property Value

The orientation of the thumbnail viewer.
Remarks

If both the Rows property and the Columns property are each equal to the default value (0), this property will determine the orientation of the thumbnails in the viewer.

If the Rows * Columns value is greater than the number of the thumbnails in the viewer, this property will determine which property should be used.

For example: if Rows = 3, Columns = 3, the number of thumbnails (Count) is 6, and this property is set to Horizontal then the final view would be 2 rows x 3 coulmns.

Example
Refer to Add(String,Int32,Int32)
Requirements

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

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.