Search
Style.FillColor Property
See Also
 





Gets or sets the color used to fill calendar elements.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color FillColor { get; set; }

Visual Basic  Copy Code

Public Property FillColor As Color

 Property Value

A .NET Color object used to fill calendar elements. Assign Color.Empty to this property to use the corresponding value from the current theme.

 See Also