MindFusion.Wpf Pack Programmer's Guide
DiagramLink.HeadPen Property
See Also
 





Gets or sets the pen to use when painting arrowheads lines.

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

 Syntax

C#  Copy Code

public Pen HeadPen { get; set; }

Visual Basic  Copy Code

Public Property HeadPen As Pen

 Property Value

An instance of the Pen class. Initialized with a clone of LinkPen.

 Remarks

This property refers to a pen used to paint arrowhead lines. To change how segment lines are painted, use the Pen property.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace
Brush Property