Gets or sets the brush used to paint primary calendar elements.
Namespace: MindFusion.Scheduling Assembly: PocketPlanner
Syntax
C# |
public Brush PrimaryBrush { get; set; } |
Visual Basic |
Public Property PrimaryBrush As Brush |
Property Value
A Brush instance used to fill the interior of calendar UI elements. The default is null (Nothing in Visual Basic).
See Also
|