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




Overrides WebControl.Font property.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Overrides Public ReadOnly Property Font As FontInfo
Visual Basic (Usage)Copy Code
Dim instance As WebImageViewer
Dim value As FontInfo
 
value = instance.Font
C# 
[BrowsableAttribute(false)]
public override FontInfo Font {get;}
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: __property FontInfo get_Font()override ;
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