PocketPlanner Programmer's Guide

Theme.Standard Property

See Also

Gets the standard PocketPlanner theme.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public static Theme Standard { get; }

Visual Basic

Public Shared ReadOnly Property Standard As Theme

 Property Value

An instance of the Theme class representing the Standard theme.

 Remarks

The standard theme is based on the current color settings of Windows.

 See Also