Gets or sets the default shape of shape nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Shape DefaultShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property DefaultShape As Shape |
The 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |