MindFusion WinForms Programmer's Guide
CustomBrushes.PrimaryBrush Property
See Also
 





Gets or sets the brush used to paint primary calendar elements.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Brush PrimaryBrush { get; set; }

Visual Basic  Copy Code

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).

 Remarks

What is painted with this brush depends on the current view and the context in which the CustomBrushes instance is used. For example in timetable view contact's primary custom brush is used to paint the non-work time cells for the contact.

 See Also

CustomBrushes Members
CustomBrushes Class
MindFusion.Scheduling Namespace
SecondaryBrush Property