Search
Diagram.ShapeOrientation Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float ShapeOrientation { get; set; }

Visual Basic  Copy Code

Public Property ShapeOrientation As Single

 Property Value

A float 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