Gets or sets the color used to paint an element's text.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Color TextColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property TextColor As Color |
A Color object specifying the text color. Assign Colors.Empty to this property to use the corresponding value from the current theme.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |