Accusoft.ThumbnailXpress6.Net
CellHorizontalSpacing Property




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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback