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