Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : CellHeight Property |
'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 );
The default value is 80.