MindFusion.Wpf Pack Programmer's Guide
Diagram.ShapeOrientation Property
See Also
 





Gets or sets the default value for the ShapeOrientation property of shape nodes.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double ShapeOrientation { get; set; }

Visual Basic  Copy Code

Public Property ShapeOrientation As Double

 Property Value

A double value specifying an angle in degrees. Allowed values are 0, 90, 180 and 270.

 Remarks

Use this property in conjunction with DefaultShape to define what shape will be assigned to new nodes that end-users draw.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ShapeNode.ShapeOrientation Property
DefaultShape Property