Search
DiagramLink.IntermediateBrush Property
See Also
 





Gets or sets a brush used to fill the arrowheads drawn at the middle of link segments.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush IntermediateBrush { get; set; }

Visual Basic  Copy Code

Public Property IntermediateBrush 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 arrowheads are filled using the link's Brush.

 See Also