PocketPlanner Programmer's Guide

Style.HeaderFont Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Font HeaderFont { get; set; }

Visual Basic

Public Property HeaderFont As Font

 Property Value

A .NET Font object specifying the font of text displayed in headers. Assign null (Nothing in Visual Basic) to this property to use the corresponding value from the current theme.

 See Also