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

In This Topic
    TimeRulerMinutesFont Property (ScheduleTheme)
    In This Topic
    Gets or sets the System.Drawing.Font object which should be used for displaying minutes on the Time Ruler.
    Syntax
    'Declaration
     
    Public Property TimeRulerMinutesFont As System.Drawing.Font
    public System.Drawing.Font TimeRulerMinutesFont {get; set;}
    See Also