Font Property
Syntax
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.