Freezes the DiagramShape so that it cannot be modified.

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

Syntax

C#
public DiagramShape Freeze()
Visual Basic (Declaration)
Public Function Freeze As DiagramShape

Return Value

The frozen DiagramShape.

See Also