Gets or sets the minimum length of the dependency lines displayed in the diagram at initialization time; by default it is set to 48.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

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

See Also