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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : ShowTitles Property
Gets or sets a value indicating whether a title is shown for each thumbnail, below the button.
Syntax
'Declaration
 
Property ShowTitles As Boolean
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Boolean
 
instance.ShowTitles = value
 
value = instance.ShowTitles
bool ShowTitles {get; set;}
__property bool get_ShowTitles();
__property void set_ShowTitles( 
   bool value
);
property bool ShowTitles {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members