Gets or sets the pen to use when painting arrowheads lines.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Pen HeadPen { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeadPen As Pen |
An instance of the Pen class. Initialized with a clone of LinkPen.
This property refers to a pen used to paint arrowhead lines. To change how segment lines are painted, use the Pen property.
WpfDiagram Programmer's Guide | © 2024 MindFusion |