PocketPlanner Programmer's Guide

MonthSettings Members

Properties

Defines properties that allow customizing the visualization of months in the SingleMonth and MonthRange views.

The following tables list the members exposed by the MonthSettings type.

 Public Properties

  Name Description

CellLayout

Gets or sets the layout of the cells in SingleMonth and MonthRange views.

ContentsMargin

Gets or sets the amount of space between the month's day cells and the month's bounding rectangle.

DayOfWeekFormat

Gets or sets the format of the day names displayed in the week header.

DaySettings

Gets the CellSettings object used to customize the visualization of days in SingleMonth and MonthRange views.

DaySpacing

Gets or sets the amount of space between adjacent days.

HeaderSpacing

Gets or sets the amount of space between headers.

HeaderStyle

Gets or sets the style of the month's header.

LeadingWeekCount

Gets or sets the number of full weeks to display from the previous month.

MainHeaderHeight

Gets or sets the height of the main header in a SingleMonth view.

Margin

Gets or sets the amount of space between the outermost frame of the month and the month's contents.

PaddingDaysStyle

Gets or sets the Style object used to specify appearance settings for the days from previous and next months, shown when the ShowPaddingDays property is enabled.

ShowDayOfWeek

Gets or sets a value indicating whether the day names are displayed in the month's header.

ShowPaddingDays

Gets or sets a value indicating whether to display days from the previous and next months at the beginning and the end of the current one, in order to fill the whole grid of day cells.

Style

Gets or sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

SubHeaderHeight

Gets or sets the height of the secondary header in a SingleMonth view.

TitleFormat

Gets or sets the string used to format the month's title.

TrailingWeekCount

Gets or sets the number of full weeks to display from the next month.

WeekHeaderFormat

Gets or sets the format of the text displayed for each week in the week header.

WeekHeaderStyle

Gets or sets the style of the week numbers header.

WeekNumbersHeaderWidth

Gets or sets the width of the header, which displays week numbers.

 See Also