Gets or sets the font used for rendering titles under the thumbnail items.
__property Font* get_Font();
__property void set_Font(
Font* value
);
'Declaration
Property Font As Font
'Usage
Dim instance As IImGearThumbnailCtl
Dim value As Font
instance.Font = value
value = instance.Font
Property Value
System.Drawing.Font value.