Font Property

Summary

Overrides WebControl.Font property.

Syntax
C#
VB
C++
public override FontInfo Font { get; } 
  
<BrowsableAttribute(False)> 
Public Overrides ReadOnly Property Font As FontInfo 
[BrowsableAttribute(false)] 
public: 
property FontInfo^ Font { 
   FontInfo^ get() override; 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly