Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / ScheduleTheme Class / BaseFont Property

In This Topic
    BaseFont Property (ScheduleTheme)
    In This Topic
    Set this property in order to change C1.Framework.Style.Font values in all C1.Framework.Style objects at once.
    Syntax
    'Declaration
     
    Public Overrides Property BaseFont As System.Drawing.Font
    public override System.Drawing.Font BaseFont {get; set;}
    See Also