Gets or sets whether or not diagram nodes can be rotated. The default is false. 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 bool CanRotateNodes { get; set; }
Visual Basic (Declaration)
Public Property CanRotateNodes As Boolean

Remarks

Dependency Property Information
Identifier fieldCanRotateNodesProperty
Metadata properties set to trueNone

See Also