PocketPlanner Programmer's Guide

Style.HeaderTextColor Property

See Also

Gets or sets the color used to paint the text of an element's header.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Color HeaderTextColor { get; set; }

Visual Basic

Public Property HeaderTextColor As Color

 Property Value

A .NET Color object specifying the color of text displayed in headers. Assign Color.Empty to this property to use the corresponding value from the current theme.

 See Also