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