Gets or sets the rotation of this DiagramNodeBase<(Of <(TConnectionPoint>)>).

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 virtual double Rotation { get; set; }
Visual Basic (Declaration)
Public Overridable Property Rotation As Double

Implements

IDiagramNode..::.Rotation

See Also