DiagramLite Programmer's Guide
DiagramLink.BaseBrush Property
See Also
 





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

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

 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