Gets or sets the default value for the ShapeOrientation property of shape nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double ShapeOrientation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeOrientation As Double |
A double value specifying an angle in degrees. Allowed values are 0, 90, 180 and 270.
RemarksUse this property in conjunction with DefaultShape to define what shape will be assigned to new nodes that end-users draw.
See Also