Gets or sets the default value for the Pen and HeadPen properties of links.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public Pen LinkPen { get; set; } |
Visual Basic
![]() |
---|
Public Property LinkPen As Pen |
An instance of the System.Windows.Media.Pen class.
The property provides a default value for the pens, with which link's segments and arrowhead lines are painted. The Pen and HeadPen properties of new links are initialized with clones of LinkPen, but after link creation the properties are independent - changing one of them does not change the others.
WpfDiagram Programmer's Guide | © 2025 MindFusion |