Gets the list of type-specific templates.

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

Syntax

C#
public Collection<TypeTemplate> TypeTemplates { get; }
Visual Basic (Declaration)
Public ReadOnly Property TypeTemplates As Collection(Of TypeTemplate)

See Also