ImageGear .NET - Updated March 30, 2018
ThumbnailBorderWidth Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailBorderWidth Property
Gets or sets the for the border width in pixel units for thumbnails displayed in the control.
Syntax
'Declaration
 
<DescriptionAttribute(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
Public Property ThumbnailBorderWidth As Integer
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Integer
 
instance.ThumbnailBorderWidth = value
 
value = instance.ThumbnailBorderWidth

Property Value

An Integer value.
Remarks

The default value is 2 pixel units.

This property gets or sets the border width in pixel units 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