NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControl.Font

Font property. The font used for the text within the control.

[Visual Basic]
Overridable Public ReadOnly Property Font As FontInfo
[C#]
public FontInfo Font {virtual get;}
[C++]
public: __property virtual FontInfo* get_Font();
[JScript]
public function get Font() : FontInfo;

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace | TBD