PocketPlanner Programmer's Guide

Style.Font Property

See Also

Gets or sets the font used to display an element's text.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Font Font { get; set; }

Visual Basic

Public Property Font As Font

 Property Value

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

 See Also