ImageGear .NET v24.12 - Updated
TitleHeight Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : TitleHeight Property
Gets or sets height for the item title.
Syntax
'Declaration
 
Property TitleHeight As Integer
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Integer
 
instance.TitleHeight = value
 
value = instance.TitleHeight
int TitleHeight {get; set;}
__property int get_TitleHeight();
__property void set_TitleHeight( 
   int value
);
property int TitleHeight {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members