←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly