DiagramLite Programmer's Guide
Diagram.LinkPen Property
See Also
 





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

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

 Syntax

C#  Copy Code

public Pen LinkPen { get; set; }

Visual Basic  Copy Code

Public Property LinkPen As Pen

 Property Value

An instance of the Pen class.

 Remarks

This property specifies the default value for the Pen property of new links.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace