Gets or sets the pen to use when painting arrowheads lines.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Pen HeadPen { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeadPen As Pen |
An instance of the MindFusion.Drawing.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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |