Gets the font of the text of the item being edited.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Nullable<Font> TextFont { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property TextFont As Nullable(Of Font) |
An instance of the Font class.
This is the font set in the Font property of the style set for the edited item.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |