MindFusion.Diagramming for Universal Windows Programmer's Guide
DiagramLink.BaseBrush Property
See Also
 






Gets or sets the Brush used to paint the link's BaseShape. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush BaseBrush { get; set; }

Visual Basic  Copy Code

Public Property BaseBrush 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 arrowhead is filled using the link's Brush.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace