ImageGear .NET
ThumbnailHeight Property (ImGearThumbnailList)




Gets or sets the height for thumbnails in pixel units for thumbnails displayed in the control.
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets the thumbnail height.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("ImGearThumbnailList Properties")>
Public Property ThumbnailHeight As Integer
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Integer
 
instance.ThumbnailHeight = value
 
value = instance.ThumbnailHeight
[Description("Gets or sets the thumbnail height.")]
[Browsable(true)]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
public int ThumbnailHeight {get; set;}
[Description("Gets or sets the thumbnail height.")]
[Browsable(true)]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
public: __property int get_ThumbnailHeight();
public: __property void set_ThumbnailHeight( 
   int value
);
[Description("Gets or sets the thumbnail height.")]
[Browsable(true)]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
public:
property int ThumbnailHeight {
   int get();
   void set (    int value);
}

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback