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





Gets a CustomBrushes object associated with the resource.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public CustomBrushes CustomBrushes { get; set; }

Visual Basic  Copy Code

Public Property CustomBrushes As CustomBrushes

 Property Value

An instance of the CustomBrushes class that defines brushes used to paint the background of calendar elements associated with this resource.

 Remarks

This property defines a primary and a secondary brush used to paint the background of resource-related UI elements. The scheduled events for a resource can be displayed in their own columns in timetable, week range and resource views. In timetable view the primary brush is used to paint the non-work time cells, and the secondary brush is used to paint the work time cells. In week range view the two brushes are used to alternately paint odd and even weeks.

 See Also

Resource Members
Resource Class
MindFusion.Scheduling Namespace