Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.C1Schedule.Printing Namespace / PrintStyle Class / AppointmentsFont Property

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