Accusoft.ThumbnailXpress6.Net
CellHeight Property




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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback