Gets or sets the font used to paint the text of an element's header.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Nullable<Font> HeaderFont { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeaderFont As Nullable(Of Font) |
A Font object specifying the font of text displayed in headers. Assign null to this property to use the corresponding value from the current theme.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |