Search
DiagramLink.HeadBrush Property
See Also
 






Gets or sets the Brush used to paint the link's arrowhead shape. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush HeadBrush { get; set; }

Visual Basic  Copy Code

Public Property HeadBrush As Brush

 Property Value

An instance of a Brush -derived class. The default value is null (Nothing in Visual Basic).

 Remarks

If this property is not set, the arrowhead is filled using the link's Brush.

 See Also