Gets or sets the pen to use when painting arrowheads lines.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksThis property refers to a pen used to paint arrowhead lines. To change how segment lines are painted, use the Pen property.
See AlsoDiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
Brush and Pen Classes
Brush Property