Gets or sets the width of the text block attached to dependency lines displayed in the chart (this value also determines the minimum length of dependency lines at initialization time). 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 DependencyTextBlockWidth { get; set; }
Visual Basic (Declaration)
Public Property DependencyTextBlockWidth As Double

Implements

IPertChartView..::.DependencyTextBlockWidth

See Also