ImageGear .NET v24.12 - Updated
ThumbnailWidth Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailWidth Property
Gets or sets the width for thumbnails in pixel units for thumbnails displayed in the control.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("Gets or sets the thumbnail width.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<DefaultValueAttribute(124)>
Public Property ThumbnailWidth As Integer
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Integer
 
instance.ThumbnailWidth = value
 
value = instance.ThumbnailWidth
[Browsable(true)]
[Description("Gets or sets the thumbnail width.")]
[Category("ImGearThumbnailList Properties")]
[DefaultValue(124)]
public int ThumbnailWidth {get; set;}
[Browsable(true)]
[Description("Gets or sets the thumbnail width.")]
[Category("ImGearThumbnailList Properties")]
[DefaultValue(124)]
public: __property int get_ThumbnailWidth();
public: __property void set_ThumbnailWidth( 
   int value
);
[Browsable(true)]
[Description("Gets or sets the thumbnail width.")]
[Category("ImGearThumbnailList Properties")]
[DefaultValue(124)]
public:
property int ThumbnailWidth {
   int get();
   void set (    int value);
}

Property Value

An integer value
Remarks

The default value is 124 pixel units..

This property gets or sets the width 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