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 Nullable<Font> Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Nullable(Of Font)

 Property Value

A Font object specifying the font of calendar elements' text. Assign null to this property to use the corresponding value from the current theme.

 See Also