Gets or sets a reference to the node's geometric shape definition.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Shape Shape { get; set; } |
Visual Basic Copy Code |
---|
Public Property Shape As Shape |
An instance of the Shape class.
Use this property to assign a complex shape to a node.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |