Search
Style.Font Property
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

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