Gets or sets the shape displayed at the middle of each segment of the link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Shape IntermediateShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property IntermediateShape As Shape |
A Shape instance that represents an arrowhead shape. Initialized with the value of LinkIntermediateShape.
The property specifies what shape to display at the middle of each segment of a link. This could help users to see more easily the direction of long links. The ArrowHeads class exposes several predefined shapes as static properties.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |