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





Gets or sets the shape displayed as head of new links.

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

 Syntax

C#  Copy Code

public Shape LinkHeadShape { get; set; }

Visual Basic  Copy Code

Public Property LinkHeadShape As Shape

 Property Value

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

 Remarks

This property specifies the default shape displayed as arrowhead at the links' end points. The ArrowHeads class exposes several predefined shapes as static properties.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DiagramLink.HeadShape Property
LinkHeadShapeSize Property
LinkBaseShape Property
LinkIntermediateShape Property