ImageGear for .NET
XSpacing Property (ImGearThumbnailList)




Gets or sets the amount of horizontal space between thumbnails displayed in the control.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<DefaultValueAttribute()>
Public Property XSpacing As Integer
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Integer
 
instance.XSpacing = value
 
value = instance.XSpacing
[BrowsableAttribute(true)]
[DescriptionAttribute("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
public int XSpacing {get; set;}
[BrowsableAttribute(true)]
[DescriptionAttribute("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
public: __property int get_XSpacing();
public: __property void set_XSpacing( 
   int value
);
[BrowsableAttribute(true)]
[DescriptionAttribute("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
public:
property int XSpacing {
   int get();
   void set (    int value);
}

Property Value

An integer value.
Remarks

The default value is 4 pixel units

This property gets or sets the border color for thumbnails displayed in the control. Note: This property is relevant when choosing the default mode control style with the UseDefaultStyling set to true;

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback