Gets or sets the default value for the ShapeOrientation property of shape nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
Use this property in conjunction with DefaultShape to define what shape will be assigned to new nodes that end-users draw.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |