Search
DiagramLink.HeadStrokeThickness Property
See Also
 






Gets or sets the width of the arrowhead stroke outline. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double HeadStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property HeadStrokeThickness As Double

 Property Value

A double value specifying the thickness of arrowhead outlines. The default value is 1.

 See Also