Easy Tutorial
❮ Prop Webcontrol Checkboxlist Cellspacing Prop Webcontrol Calendar Dayheaderstyle ❯

ASP.NET Font Property



Definition and Usage

The Font property is used to set or return the font of a control.

Syntax

Font Sub-properties

Value Description
Bold Bold sub-property. Possible values are: TRUE or FALSE.
Italic Italic sub-property. Possible values are: TRUE or FALSE.
Name Font name property (e.g., "Verdana" or "Arial"). When you set this property, the Names property is automatically updated with a single-element array containing the value of the Name property.
Names An array of font names. When you set this property, the Name property is automatically updated with the first element of this array.
Strikeout Strikeout sub-property. Possible values are: TRUE or FALSE.
Underline Underline sub-property. Possible values are: TRUE or FALSE.
Size Font size sub-property. Specifies the font size.

Example

The following example sets the font for a Button control:


❮ Prop Webcontrol Checkboxlist Cellspacing Prop Webcontrol Calendar Dayheaderstyle ❯