Gets or sets images to display for resources in the default assignments template, indexed by resource name. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public IDictionary<string, ImageSource> ResourceImages { get; set; }
Visual Basic (Declaration)
Public Property ResourceImages As IDictionary(Of String, ImageSource)

See Also