Gets or sets what shape to display at the beginning of a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Shape BaseShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property BaseShape As Shape |
A Shape instance that represents an arrowhead shape. Initialized with the value of LinkBaseShape.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |