ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / HeaderFont Property

In This Topic
    HeaderFont Property (PrintInfo)
    In This Topic
    Gets or sets a System.Drawing.Font object used for printing page headers.
    Syntax
    'Declaration
     
    Public Property HeaderFont As System.Drawing.Font
    public System.Drawing.Font HeaderFont {get; set;}
    See Also