See Also

BaseChildControl Class  | BaseChildControl 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 > BaseChildControl Class : Font Property (BaseChildControl)

Gets the font properties associated with the control.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Overrides Public ReadOnly Property Font As FontInfo
[C#]
[NotifyParentPropertyAttribute(true)] public override FontInfo Font {get;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property FontInfo* get_Font()override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property FontInfo^ Font override {    FontInfo^ get(); }

Return Type

A FontInfo that represents the font properties of the 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

BaseChildControl Class  | BaseChildControl Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.