Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : CellVerticalSpacing Property |
'Declaration <BrowsableAttribute(True)> <CategoryAttribute("ThumbnailXpress")> <DescriptionAttribute("Indicates the spacing between the rows in the control.")> Public Property CellVerticalSpacing As Integer
'Usage Dim instance As ThumbnailXpress Dim value As Integer instance.CellVerticalSpacing = value value = instance.CellVerticalSpacing
[BrowsableAttribute(true)] [CategoryAttribute("ThumbnailXpress")] [DescriptionAttribute("Indicates the spacing between the rows in the control.")] public int CellVerticalSpacing {get; set;}
[BrowsableAttribute(true)] [CategoryAttribute("ThumbnailXpress")] [DescriptionAttribute("Indicates the spacing between the rows in the control.")] public: __property int get_CellVerticalSpacing(); public: __property void set_CellVerticalSpacing( int value );
[BrowsableAttribute(true)] [CategoryAttribute("ThumbnailXpress")] [DescriptionAttribute("Indicates the spacing between the rows in the control.")] public: property int CellVerticalSpacing { int get(); void set ( int value); }
The default value is 5.