PocketPlanner Programmer's Guide

ItemSettings Members

Properties Methods Events

Defines properties that allow customizing the visualization of schedule items in the calendar views.

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

 Public Properties

  Name Description

CapIncompleteSegments

Gets or sets a value indicating whether to cap incomplete item segments.

EnableDefaultRendering

Gets or sets a value indicating whether the default item rendering is enabled.

HeaderSize

Gets or sets the size of the item header for non all-day items in the Timetable view.

ItemsVisible

Gets or sets a value indicating whether to display schedule items in the calendar.

MoveBandSize

Gets or sets the size of the move band of items in the Timetable view.

Padding

Gets or sets the amount of space between each item and the frame lines of the calendar cell that contains the item.

ResizeBandSize

Gets or sets the size of the bands used to resize an item in a Timetable view.

SelectedItemStyle

Gets or sets the Style used to paint selected schedule items.

ShadowColor

Gets or sets the color of the shadow cast by the items.

ShadowOffset

Gets or set the offset of the shadows from the items that cast them.

ShadowStyle

Gets or sets the style of the shadow cast by the items.

ShowContinuationArrows

Gets or sets a value indicating whether to display small arrows at the beginning or at the end of each incomplete segment to indicate that the schedule item continues in an adjacent calendar cell.

ShowMoreItemsCue

Gets or sets a value indicating whether to display a 'more items' icon in a calendar cell which isn't big enough to contain all of its items.

ShowRecurrenceExceptionIcons

Gets or sets a value indicating whether the icon of recurrence exception items is displayed.

ShowRecurrenceIcons

Gets or sets a value indicating whether the icon of recurring items is displayed.

ShowReminderIcons

Gets or sets a value indicating whether the reminder icon of items is displayed.

Size

Gets or sets the size of schedule items drawn in the calendar.

Spacing

Gets or sets the amount of space between adjacent items.

Style

Gets or sets the Style used to paint schedule items that don't have a distinct style assigned to them.

 Protected Methods

  Name Description

OnSettingsChanged

Fires the SettingsChanged event.

 Public Events

  Name Description

SettingsChanged

Raised when an ItemSettings object has changed.

 See Also