LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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;}
C++/CLI 
[BrowsableAttribute(false)]
public:
property FontInfo^ Font override {
   FontInfo^ get();
}

Property Value

A System.Web.UI.WebControls.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also