Font Property (StyleSheetRule)
In This Topic
Returns a System.Drawing.Font object from the current font related CSS style information. If a font is specified it's properties will be turned into it's CSS equivelent.
Syntax
'Declaration
Public Property Font As Font
public Font Font {get; set;}
See Also