Gets the computed brush to be used for drawing the borders of 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 ComputedBarStroke { get; set; }
Visual Basic (Declaration)
Public Property ComputedBarStroke As Brush

See Also