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.
The property specifies the shape that is displayed at the beginning of a link, that is, the point where it is connected with its Origin node. This shape is rotated simultaneously with the first segment of the link so that it follows the overall link direction.
The ArrowHeads class exposes several predefined shapes as static properties.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |