See Also

BaseStyle Class  | BaseStyle Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Font Property

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();
[C++/CLI]
public: property FontInfo^ Font {    FontInfo^ get(); }

Return Type

A FontInfo that represents the font properties of the Web server control.

Remarks

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).

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

BaseStyle Class  | BaseStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.