Gets or sets a brush used to fill the arrowheads drawn at the middle of link segments.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush IntermediateBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property IntermediateBrush 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 arrowheads are filled using the link's Brush.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |