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 |
This property refers to a pen used to paint arrowhead lines. To change how segment lines are painted, use the Pen property.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |