ASP.NET Pack Programmer's Guide
DiagramLink.HeadBrush Property
See Also
 





Gets or sets a brush used to fill the arrowhead drawn at the link's destination.

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

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
HeadShape Property