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

In This Topic
    BaseFont Property (CalendarTheme)
    In This Topic
    Set this property in order to change C1.Framework.Style.Fontvalues 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