ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailHeight Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets the thumbnail height.")> <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> Public Property ThumbnailHeight As Integer
'Usage Dim instance As ImGearThumbnailList Dim value As Integer instance.ThumbnailHeight = value value = instance.ThumbnailHeight
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the thumbnail height.")] [CategoryAttribute("ImGearThumbnailList Properties")] [BrowsableAttribute(true)] public int ThumbnailHeight {get; set;}
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the thumbnail height.")] [CategoryAttribute("ImGearThumbnailList Properties")] [BrowsableAttribute(true)] public: __property int get_ThumbnailHeight(); public: __property void set_ThumbnailHeight( int value );
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the thumbnail height.")] [CategoryAttribute("ImGearThumbnailList Properties")] [BrowsableAttribute(true)] public: property int ThumbnailHeight { int get(); void set ( int value); }
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;