Gets or sets the IDiagramElementFactory used to construct DiagramElement objects for custom items. This must be populated if the diagram model contains custom items; it is ignored if the diagram model does not contain custom items. This is a dependency property.

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

Syntax

C#
public IDiagramElementFactory ElementFactory { get; set; }
Visual Basic (Declaration)
Public Property ElementFactory As IDiagramElementFactory

Remarks

Dependency Property Information
Identifier fieldElementFactoryProperty
Metadata properties set to trueNone

See Also