ImageGear .NET v24.12 - Updated
XSpacing Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : XSpacing Property
Gets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels.
Syntax
'Declaration
 
Property XSpacing As Integer
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Integer
 
instance.XSpacing = value
 
value = instance.XSpacing
int XSpacing {get; set;}
__property int get_XSpacing();
__property void set_XSpacing( 
   int value
);
property int XSpacing {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
When set to (-1) it will use the default spacing that Windows uses for icons.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members