Gets or sets the width of the arrowhead stroke outline. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double HeadStrokeThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeadStrokeThickness As Double |
A double value specifying the thickness of arrowhead outlines. The default value is 1.
See Also