Gets or sets a brush used to fill the arrowheads drawn at the middle of link segments.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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).
RemarksIf this property is not set, the arrowheads are filled using the link's Brush.
See Also