Accusoft.ThumbnailXpress6.Net
CellHorizontalSpacing Property




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

Property Value

An integer value which represents the cell horizontal spacing between columns.
Remarks

The default value is 5.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback