combit List & Label 29 - .NET Hilfe
combit.Reporting.Dom Namespace / PropertyFont Klasse
Member Beispiele


In diesem Thema
    PropertyFont Klasse
    In diesem Thema
    Mit dieser Klasse lässt sich die Schriftart eines Objekts setzen.
    Objektmodell
    PropertyFont Klasse
    Syntax
    'Deklaration
     
    
    Public Class PropertyFont 
       Inherits DomItem
    public class PropertyFont : DomItem 
    public ref class PropertyFont : public DomItem 
    Beispiele
    // change project default font
    proj.Settings.DefaultFont.Bold = "True"; 
    proj.Settings.DefaultFont.FaceName = "\"Arial\""; 
    proj.Settings.DefaultFont.Size = "16";
    Vererbungshierarchie

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

    Anforderungen

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

    Siehe auch