Search
DiagramLink.IntermediateBrush Property
See Also
 






Gets or sets the brush to use when filling intermediate arrow shapes.

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.

 Remarks

This property refers to a brush used to fill intermediate arrow shapes.

 See Also