Search
DiagramLink.HeadStroke Property
See Also
 






Gets or sets the Brush that specifies how the arrowhead stroke outline is painted. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush HeadStroke { get; set; }

Visual Basic  Copy Code

Public Property HeadStroke As Brush

 Property Value

An instance of a Brush -derived class. Initialized with a clone of LinkPen.

 Remarks

This property refers to a brush used to paint arrowhead lines. To change how segment lines are painted, use the Stroke property.

 See Also