CssDefaults
01 Syntax
Microsoft.VisualBasic.MIME.Html.Render.CSS.CssDefaults
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| DefaultStyleSheet | 2 | CSS Specification's Default Style Sheet for HTML 4 |
| ErrorOnImageIcon | 2 | Html Fragment used to draw the icon that shows an error on an IMG HTML element |
| ErrorOnObjectIcon | 2 | Html Fragment used to draw the icon that shows an error on an OBJECT HTML element |
| FontSize | 2 | Default font size in points. |
| FontSerif | 2 | Default font used for the generic 'serif' family |
| FontSansSerif | 2 | Default font used for the generic 'sans-serif' family |
| FontCursive | 2 | Default font used for the generic 'cursive' family |
| FontFantasy | 2 | Default font used for the generic 'fantasy' family |
| FontMonospace | 2 | Default font used for the generic 'monospace' family |
03 Members
DefaultStyleSheet
CSS Specification's Default Style Sheet for HTML 4
Remarks
ErrorOnImageIcon
Html Fragment used to draw the icon that shows an error on an IMG HTML element
ErrorOnObjectIcon
Html Fragment used to draw the icon that shows an error on an OBJECT HTML element
FontSize
Default font size in points. Change this value to modify the default font size.
FontSerif
Default font used for the generic 'serif' family
FontSansSerif
Default font used for the generic 'sans-serif' family
FontCursive
Default font used for the generic 'cursive' family
FontFantasy
Default font used for the generic 'fantasy' family
FontMonospace
Default font used for the generic 'monospace' family
FontSize
FontSerif
FontSansSerif
FontCursive
FontFantasy
FontMonospace
DefaultStyleSheet
ErrorOnImageIcon
ErrorOnObjectIcon