Gets or sets the brush used to draw the borders of the normal allocation bars (having Units value set to 1, i.e. 100%) in the chart. 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 NormalAllocationBarStroke { get; set; }
Visual Basic (Declaration)
Public Property NormalAllocationBarStroke As Brush

Implements

ILoadChartView..::.NormalAllocationBarStroke

See Also