Dart.PowerWEB.TextBox Namespace > BaseStyle Class : Font Property (BaseStyle) |
Gets the font properties associated with the Web server control.
[Visual Basic]
Public ReadOnly Property Font As FontInfo
[C#]
public FontInfo Font {get;}
[C++]
public: __property FontInfo* get_Font();
A FontInfo that represents the font properties of the Web server control.
Use the Font property to specify the font properties of the Web server control. This property includes subproperties that can be accessed declaratively in the form of Property-Subproperty (for example Font-Bold) or programmatically in the form of Property.Subproperty (for example Font.Bold).
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseStyle Class | BaseStyle Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.