LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Rows Property

Show in webframe





Gets or sets the number of rows of thumbnails that will be displayed.
Syntax
public int Rows {get; set;}
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows

            

            
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

The number of rows of thumbnails that will be displayed. Default is 0.
Remarks
A value of 0 means the control will dynamically calculate the number of rows based on the LayoutDirection property value.
Example
Refer to ThumbsDirection
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.