Gets or sets the border thickness of the task shapes in the diagram (when using the default task template). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public double ShapeStrokeThickness { get; set; }
Visual Basic (Declaration)
Public Property ShapeStrokeThickness As Double

Implements

INetworkDiagramView..::.ShapeStrokeThickness

See Also