PocketPlanner Programmer's Guide

Calendar.Theme Property

See Also

Gets or sets the theme applied to the calendar control UI elements.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ThemeType Theme { get; set; }

Visual Basic

Public Property Theme As ThemeType

 Property Value

A member of the ThemeType enumeration.

 Remarks

You cannot specify the value Custom for this property. In order to apply a custom theme, either assign the theme to the CustomTheme property of the Calendar control or pass it as an argument to the ApplyTheme method.

 See Also