combit List & Label 30 - .NET Help
combit.Reporting.Dom Namespace / PropertyFont Class
Members Example


PropertyFont Class
Allows to set a font for an object.
Object Model
PropertyFont Class
Syntax
'Declaration
 
Public Class PropertyFont 
   Inherits DomItem
 
Example
// change project default font
proj.Settings.DefaultFont.Bold = "True"; 
proj.Settings.DefaultFont.FaceName = "\"Arial\""; 
proj.Settings.DefaultFont.Size = "16";
Inheritance Hierarchy

System.Object
   combit.Reporting.Dom.DomItem
      combit.Reporting.Dom.PropertyFont
         combit.Reporting.Dom.PropertyFontExt

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also