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,
	Brush borderBrush,
	Thickness borderThickness
)
Visual Basic (Declaration)
Public Sub New ( _
	background As Brush, _
	borderBrush As Brush, _
	borderThickness As Thickness _
)

Parameters

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

See Also