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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : Font Property
Gets or sets the font used for rendering titles under the thumbnail items.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overrides Property Font As Font
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Font
 
instance.Font = value
 
value = instance.Font
[Browsable(false)]
public override Font Font {get; set;}
[Browsable(false)]
public: __property Font* get_Font() override;
public: __property void set_Font( 
   Font* value
) override;
[Browsable(false)]
public:
property Font^ Font {
   Font^ get() override;
   void set (    Font^ value) override;
}

Property Value

System.Drawing.Font value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members