[]
        
(Showing Draft Content)

DDCssLib.StyleSheetRule.Font

Font Property

Font

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.

Declaration
public Font Font { get; set; }
Implements