Class Calendars
Calendars renderable
Inheritance
Inherited Members
Namespace
Syntax
public class Calendars : GraphicalCyclicWriter
Constructors
Calendars()
Makes a new instance of the calendar renderer
Declaration
public Calendars()
Properties
BackgroundColor
Background color
Property Value
Color
Declaration
public Color BackgroundColor { get; set; }
BorderSettings
Border settings to use
Calendar
Calendar instance that is obtained from a culture
Property Value
Calendar
Declaration
public Calendar Calendar { get; }
Culture
Culture info that the calendar uses
Property Value
CultureInfo
Declaration
public CultureInfo Culture { get; set; }
ForegroundColor
Foreground color
Property Value
Color
Declaration
public Color ForegroundColor { get; set; }
HeaderColor
Calendar header color
Property Value
Color
Declaration
public Color HeaderColor { get; set; }
Height
Full calendar height (constant)
Property Value
int
Declaration
public override int Height { get; }
Overrides
HighlightToday
Whether to highlight the current day or to highlight a specified day
Property Value
bool
Declaration
public bool HighlightToday { get; set; }
HighlightedDay
Highlight a specified day
Property Value
DateTime
Declaration
public DateTime HighlightedDay { get; set; }
Month
Month of the calendar
Property Value
int
Declaration
public int Month { get; set; }
TodayColor
Current day color
Property Value
Color
Declaration
public Color TodayColor { get; set; }
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
WeekendColor
Calendar day weekend indicator color
Property Value
Color
Declaration
public Color WeekendColor { get; set; }
Width
Full calendar width (constant)
Property Value
int
Declaration
public override int Width { get; }
Overrides
Year
Year of the calendar
Property Value
int
Declaration
public int Year { get; set; }
Methods
Render()
Renders a calendar
Returns
string
Rendered calendar that will be used by the renderer
Declaration
public override string Render()