Gets or sets the default shape to be displayed in the middle of each segment of links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Shape LinkIntermediateShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkIntermediateShape As Shape |
The property specifies default shape to be displayed at the middle of each segment of new links. It facilitates users by following the path of a link across the diagram, especially for longer links in large documents. The ArrowHeads class exposes several predefined shapes as static properties.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |