ImageGear .NET - Updated February 21, 2018
ThumbnailHeight Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailHeight Property
Gets or sets the height for thumbnails in pixel units for thumbnails displayed in the control.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("ImGearThumbnailList Properties")>
<DescriptionAttribute("Gets or sets the thumbnail height.")>
<DefaultValueAttribute()>
Public Property ThumbnailHeight As Integer
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Integer
 
instance.ThumbnailHeight = value
 
value = instance.ThumbnailHeight

Property Value

An integer value
Remarks

The default value is is 140 pixel units.

.

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

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members