MindFusion.Wpf Pack Programmer's Guide
Diagram.LinkIntermediateShape Property
See Also
 





Gets or sets default shape to be displayed at the middle of each segment of links.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Shape LinkIntermediateShape { get; set; }

Visual Basic  Copy Code

Public Property LinkIntermediateShape As Shape

 Property Value

A Shape instance that represents an arrowhead shape. The default is None.

 Remarks

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.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DiagramLink.IntermediateShape Property
LinkIntermediateShapeSize Property
LinkHeadShape Property
LinkBaseShape Property