This documentation is archived and is not being maintained.
Image.Font Property
.NET Framework 1.1
Gets the font properties for the text associated with the control.
[Visual Basic] Overrides Public ReadOnly Property Font As FontInfo [C#] public override FontInfo Font {get;} [C++] public: __property FontInfo* get_Font(); [JScript] public override function get Font() : FontInfo;
Property Value
A FontInfo that contains the properties for the text associated with the control.
Remarks
Note This property is inherited from the WebControl class and is not applicable to the Image control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Image Class | Image Members | System.Web.UI.WebControls Namespace
Show: