Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Font Property (HtmlBox) |
Gets the font properties associated with the Web server control.
[Visual Basic]
<CategoryAttribute("Appearance")>
<DesignerSerializationVisibilityAttribute()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Overrides Public ReadOnly Property Font As FontInfo
[C#]
[CategoryAttribute("Appearance")]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public override FontInfo Font {get;}
[C++]
[CategoryAttribute("Appearance")]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public: __property FontInfo* get_Font()override ;
[C++/CLI]
[CategoryAttribute("Appearance")]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public:
property FontInfo^ Font override {
FontInfo^ get();
}
This member is functionally equivalent to System.Web.UI.WebControls.WebControl.Font.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.