PocketPlanner Programmer's Guide

Style.FillColor Property

See Also

Gets or sets the color used to fill calendar elements.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Color FillColor { get; set; }

Visual Basic

Public Property FillColor As Color

 Property Value

A .NET Color object used to fill calendar elements. Assign Color.Empty to this property to use the corresponding value from the current theme.

 See Also