asp.net.ph

Style.Font Property

System.Web.UI.WebControls Namespace   Style Class


Sets or retrieves the separate font attributes of a Web control.

Syntax


Inline <asp:control font-subproperty = strValue | true | false ... >
Script Style.Font.subproperty [ = strValue | true | false ]

Property Value

A FontInfo object that specifies the font information of the Web control.

Remarks

The Font property uses as sub-properties the properties of the FontInfo class. These sub-properties can be accessed declaratively in the form of Font-Subproperty or programmatically in the form of Font.Subproperty.

All but one sub-property, Overline, will render on downlevel browsers for all controls.

See Also

Style Members   FontInfo   Base Web Control Properties Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph