Search
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; }

Visual Basic  Copy Code

Public ReadOnly 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 view. 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.

 See Also