This property sets the number of rows displayed in the Thumbnail Control.
[Visual Basic] Public Property RowNumber As
Integer
[C#] public int RowNumber {get; set;}
Property Value
The number of rows displayed (1 or more)
The default value is 2
Explanation
The RowNumber property sets the number of rows displayed in the Thumbnail Control. The RowNumber and ColumnNumber properties determine the total number of images displayed at one time as thumbnails.
See Also
Thumbnail Members | Newtone.ImageKit.Win.Thumbnail