using System; using System.Text; using System.Drawing; using DevComponents.DotNetBar.Schedule; namespace DevComponents.DotNetBar.Rendering { /// /// Represents the color table for Office 2007 Style CalendarView Control. /// public class Office2007CalendarViewColorTable { public ColorDef[] TimeRulerColors = null; public ColorDef[] MonthViewColors = null; public ColorDef[] WeekDayViewColors = null; public ColorDef[] AppointmentColors = null; } }