Accusoft.ThumbnailXpress6.Net
CellHeight Property




Gets and sets the height of the cells in the control.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates the height of the cells in the control.")>
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
Public Property CellHeight As Integer
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Integer
 
instance.CellHeight = value
 
value = instance.CellHeight
[DescriptionAttribute("Indicates the height of the cells in the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public int CellHeight {get; set;}
[DescriptionAttribute("Indicates the height of the cells in the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public: __property int get_CellHeight();
public: __property void set_CellHeight( 
   int value
);
[DescriptionAttribute("Indicates the height of the cells in the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public:
property int CellHeight {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the cell height.
Remarks

The default value is 80.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback