ImageGear for .NET
Font Property (IImGearThumbnailCtl)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback