Gets the computed brush to be used for displaying the allocation bar of the current item in the LoadChartView control (based on the Units property value and allocation brush definitions from the parent LoadChartView control). 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 Brush ComputedBarFill { get; set; }
Visual Basic (Declaration)
Public Property ComputedBarFill As Brush

See Also