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

In This Topic
    BaseFont Property (BaseTheme)
    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 Overridable Property BaseFont As System.Drawing.Font
    public virtual System.Drawing.Font BaseFont {get; set;}
    See Also