Search
DiagramLinkStyle.HeadStrokeThickness Property
See Also
 





Gets or sets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.

Namespace: MindFusion.Diagramming
Package: 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.

 See Also