Gets or sets the textual abbreviation of the current item, displayed within the NetworkDiagramView control. 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 string DisplayedText { get; set; }
Visual Basic (Declaration)
Public Property DisplayedText As String

See Also