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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : Font Property
Gets or sets the font used for rendering titles under the thumbnail items.
Syntax
'Declaration
 
Property Font As Font
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Font
 
instance.Font = value
 
value = instance.Font
Font Font {get; set;}
__property Font* get_Font();
__property void set_Font( 
   Font* value
);
property Font^ Font {
   Font^ get();
   void set (    Font^ value);
}

Property Value

System.Drawing.Font value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members