PocketPlanner Programmer's Guide

Calendar.ColorKey Property

See Also

Gets or sets the color key to use when drawing images.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Color ColorKey { get; set; }

Visual Basic

Public Property ColorKey As Color

 Property Value

 Remarks

Use Color.Empty to specify no color key.

 See Also