Gets or sets the Brush used to fill HeadShape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Brush HeadBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeadBrush As Brush |
A System.Windows.Media.Brush -derived object. The default value is null.
If this property is set to null, the arrowhead is filled using link's Brush value.
This link image was generated using following code:
C# Copy Code |
---|
link.HeadShape = ArrowHeads.Triangle; |
WpfDiagram Programmer's Guide | © 2024 MindFusion |