ImageGear .NET
XSpacing Property (ImGearThumbnailCtl)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback