Search
DiagramLinkStyle.HeadStroke Property
See Also
 





Gets or sets the brush used to paint the arrowhead outlines of this brush.

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 MindFusion.Drawing.Brush-derived class.

 See Also