Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Font Property
See Also 
Leadtools.Web.Controls Namespace > WebThumbnailViewer Class : Font Property



Overrides the WebControl.Font property.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Overrides Public ReadOnly Property Font As FontInfo
Visual Basic (Usage)Copy Code
Dim instance As WebThumbnailViewer
Dim value As FontInfo
 
value = instance.Font
C# 
[BrowsableAttribute(false)]
public override FontInfo Font {get;}
C++/CLI 
[BrowsableAttribute(false)]
public:
property FontInfo Font override {
   FontInfo get();
}

Return Value

A FontInfo that represents the font properties of the Web server control.

Remarks

For more information refer to WebControl.Font property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also