Gets or sets the default shape of shape nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Shape DefaultShape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultShape As Shape |
RemarksThe Shape property of newly created shape nodes is initialized with the value of this property. It defines a series of lines, arcs and curves composed in a complex shape. There are many predefined shapes exposed as static members of the Shape class. You can also define your own shapes.
See Also