Initializes a new instance of the DiagramArrowheadType class.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DiagramArrowheadType(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::.String
The name of the line type.

See Also