Initializes a new instance of the VerticalBar class.

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

Syntax

C#
public VerticalBar(
	Brush background
)
Visual Basic (Declaration)
Public Sub New ( _
	background As Brush _
)

Parameters

background
Type: System.Windows.Media..::.Brush
The brush to be used for painting the interior of the vertical bar.

See Also