ImageGear .NET - Updated October 2, 2018
XSpacing Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : XSpacing Property
Gets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels.
Syntax
'Declaration
 
<DescriptionAttribute()>
<CategoryAttribute("Appearance")>
Public Property XSpacing As Integer
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.XSpacing = value
 
value = instance.XSpacing

Property Value

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

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members