Gets or sets the font used to display an element's text.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Font Font { get; set; } |
Visual Basic Copy Code |
---|
Public Property Font As Font |
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.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |