Returns a string that may be used for displaying a representation of the specified dependency type.

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

Syntax

C#
string GetDependencyTypeAbbreviationString(
	DependencyType dependencyType
)
Visual Basic (Declaration)
Function GetDependencyTypeAbbreviationString ( _
	dependencyType As DependencyType _
) As String

Parameters

dependencyType
Type: DlhSoft.Windows.Controls..::.DependencyType
The dependency type to get the abbreviation string of.

See Also