DiagramLite Programmer's Guide
DiagramLink.IntermediateBrush Property
See Also
 





Gets or sets the brush used to paint the link's IntermediateShape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace