Gets or sets the corner radius of the task event shapes in the chart (when using the default task event 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 ShapeCornerRadius { get; set; }
Visual Basic (Declaration)
Public Property ShapeCornerRadius As Double

Implements

IPertChartView..::.ShapeCornerRadius

See Also