Gets or sets whether the DiagramNodeBase can be resized.

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 bool IsResizable { get; set; }
Visual Basic (Declaration)
Public Property IsResizable As Boolean

Implements

IDiagramPositionable..::.IsResizable

See Also