ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / IStyleSheetRule Interface / Font Property

In This Topic
    Font Property (IStyleSheetRule)
    In This Topic
    When get, it returns a System.Drawing.Font object based on the current font related CSS information. When set, it sets the font related CSS information based on the specified font.
    Syntax
    'Declaration
     
    Property Font As Font
    Font Font {get; set;}
    See Also