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




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : XSpacing Property
Gets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute()>
<ImGearFilterAttribute("Default")>
Public Property XSpacing As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.XSpacing = value
 
value = instance.XSpacing
[Category("Appearance")]
[Description()]
[ImGearFilter("Default")]
public int XSpacing {get; set;}
[Category("Appearance")]
[Description()]
[ImGearFilter("Default")]
public: __property int get_XSpacing();
public: __property void set_XSpacing( 
   int value
);
[Category("Appearance")]
[Description()]
[ImGearFilter("Default")]
public:
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

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members