Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : CellHeight Property |
'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Indicates the height of the cells in the control.")> <CategoryAttribute("ThumbnailXpress")> Public Property CellHeight As Integer
'Usage Dim instance As ThumbnailXpress Dim value As Integer instance.CellHeight = value value = instance.CellHeight
[Browsable(true)] [Description("Indicates the height of the cells in the control.")] [Category("ThumbnailXpress")] public int CellHeight {get; set;}
[Browsable(true)] [Description("Indicates the height of the cells in the control.")] [Category("ThumbnailXpress")] public: __property int get_CellHeight(); public: __property void set_CellHeight( int value );
The default value is 80.