Gets or sets a brush used to fill the arrowhead drawn at the link's destination.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush HeadBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeadBrush As Brush |
An instance of a Brush -derived class. The default value is null (Nothing in Visual Basic).
If this property is not set, the arrowhead is filled using the link's Brush.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |