DiagramLite Programmer's Guide
Diagram.LinkBrush Property
See Also
 





Gets or sets the default value for the Brush property of links.

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

 Syntax

C#  Copy Code

public Brush LinkBrush { get; set; }

Visual Basic  Copy Code

Public Property LinkBrush As Brush

 Property Value

An instance of a .NET System.Windows.Media.Brush-derived class.

 Remarks

The property provides a default value for the brush, with which an arrowhead's interior is filled.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace