Search Results for

    Show / Hide Table of Contents

    Class Calendars

    Calendars renderable

    Inheritance
    object
    CyclicWriter
    GraphicalCyclicWriter
    Calendars
    Inherited Members
    GraphicalCyclicWriter.Left
    GraphicalCyclicWriter.Top
    GraphicalCyclicWriter.Padding
    GraphicalCyclicWriter.Margins
    GraphicalCyclicWriter.SetMargins
    GraphicalCyclicWriter.HitboxStartPos
    GraphicalCyclicWriter.HitboxEndPos
    GraphicalCyclicWriter.GenerateHitbox(Func<PointerEventContext, object>)
    GraphicalCyclicWriter.GenerateHitbox(Action<PointerEventContext>)
    Namespace: Terminaux.Writer.CyclicWriters.Graphical
    Assembly: Terminaux.dll
    Syntax
    public class Calendars : GraphicalCyclicWriter

    Constructors

    | Edit this page View Source

    Calendars()

    Makes a new instance of the calendar renderer

    Declaration
    public Calendars()

    Properties

    | Edit this page View Source

    BackgroundColor

    Background color

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    BorderSettings

    Border settings to use

    Declaration
    public BorderSettings BorderSettings { get; set; }
    Property Value
    Type Description
    BorderSettings
    | Edit this page View Source

    Calendar

    Calendar instance that is obtained from a culture

    Declaration
    public Calendar Calendar { get; }
    Property Value
    Type Description
    Calendar
    | Edit this page View Source

    Culture

    Culture info that the calendar uses

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type Description
    CultureInfo
    | Edit this page View Source

    ForegroundColor

    Foreground color

    Declaration
    public Color ForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    HeaderColor

    Calendar header color

    Declaration
    public Color HeaderColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Height

    Full calendar height (constant)

    Declaration
    public override int Height { get; }
    Property Value
    Type Description
    int
    Overrides
    GraphicalCyclicWriter.Height
    | Edit this page View Source

    HighlightToday

    Whether to highlight the current day or to highlight a specified day

    Declaration
    public bool HighlightToday { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HighlightedDay

    Highlight a specified day

    Declaration
    public DateTime HighlightedDay { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    Month

    Month of the calendar

    Declaration
    public int Month { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    TodayColor

    Current day color

    Declaration
    public Color TodayColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    UseColors

    Whether to use colors or not

    Declaration
    public bool UseColors { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    WeekendColor

    Calendar day weekend indicator color

    Declaration
    public Color WeekendColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Width

    Full calendar width (constant)

    Declaration
    public override int Width { get; }
    Property Value
    Type Description
    int
    Overrides
    GraphicalCyclicWriter.Width
    | Edit this page View Source

    Year

    Year of the calendar

    Declaration
    public int Year { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Render()

    Renders a calendar

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    Rendered calendar that will be used by the renderer

    Overrides
    CyclicWriter.Render()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX