Search Results for

    Class Calendars

    Calendars renderable

    Inheritance
    object
    CyclicWriter
    SimpleCyclicWriter
    Calendars
    Namespace
    Terminaux.Writer.CyclicWriters.Simple @ Terminaux.dll
    Syntax
    public class Calendars : SimpleCyclicWriter


    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

    Property Value
    BorderSettings
    Declaration
    public BorderSettings BorderSettings { get; set; }

    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; }

    EventColor

    Event day color

    Property Value
    Color
    Declaration
    public Color EventColor { get; set; }

    EventDates

    Sets the event dates

    Property Value
    DateTime[]
    Declaration
    public DateTime[]? EventDates { 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

    Maximum height of the table (0 to automatically determine based on content)

    Property Value
    int
    Declaration
    public int Height { get; set; }

    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; }

    ReminderDates

    Sets the reminder dates

    Property Value
    DateTime[]
    Declaration
    public DateTime[]? ReminderDates { 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

    Maximum width of the table (0 to automatically determine based on content)

    Property Value
    int
    Declaration
    public int Width { get; set; }

    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()
    Overrides
    CyclicWriter.Render()
    Show / Hide Table of Contents

    Table of contents



      About

      © 2014-2026 Aptivi

      Find us

    •  
    •  
    •  
    •  
    •  
    •  
    • Social media

    •  
    •  
    •  
    •