Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ScheduleTheme Class / Info Property

In This Topic
    Info Property (ScheduleTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the style of information in the header of the control.
    Syntax
    'Declaration
     
    Public Property Info As C1.Framework.Style
    public C1.Framework.Style Info {get; set;}
    See Also