combit List & Label 28 - .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 8.1 bis Windows 10 (Version 20H2 - 22H2), Windows 11 (21H2 - 22H2), Windows Server 2012 - 2022

    Siehe auch