ImageGear .NET v24.12 - Updated
Title Property (IImGearThumbnailItem)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailItem Interface : Title Property
Gets or sets item's title.
Syntax
'Declaration
 
Property Title As String
'Usage
 
Dim instance As IImGearThumbnailItem
Dim value As String
 
instance.Title = value
 
value = instance.Title
string Title {get; set;}
__property string* get_Title();
__property void set_Title( 
   string* value
);
property String^ Title {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members