DotNet 4.8.1 build of DotNetBar
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Drawing;
|
||||
using DevComponents.DotNetBar.Schedule;
|
||||
|
||||
namespace DevComponents.DotNetBar.Rendering
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the color table for Office 2007 Style CalendarView Control.
|
||||
/// </summary>
|
||||
public class Office2007CalendarViewColorTable
|
||||
{
|
||||
public ColorDef[] TimeRulerColors = null;
|
||||
public ColorDef[] MonthViewColors = null;
|
||||
public ColorDef[] WeekDayViewColors = null;
|
||||
public ColorDef[] AppointmentColors = null;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user