Accusoft.ThumbnailXpress6.Net
CellVerticalSpacing Property




Gets and sets the spacing between the rows in the control.
Syntax
[Description("Indicates the spacing between the rows in the control.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public int CellVerticalSpacing {get; set;}
[Description("Indicates the spacing between the rows in the control.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public: __property int get_CellVerticalSpacing();
public: __property void set_CellVerticalSpacing( 
   int value
);
[Description("Indicates the spacing between the rows in the control.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public:
property int CellVerticalSpacing {
   int get();
   void set (    int value);
}
'Declaration
 
<DescriptionAttribute("Indicates the spacing between the rows in the control.")>
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
Public Property CellVerticalSpacing As Integer
 
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Integer
 
instance.CellVerticalSpacing = value
 
value = instance.CellVerticalSpacing

Property Value

An integer value which represents the cell vertical spacing between the rows in the control.
Remarks

The default value is 5.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback