Search
Diagram.LinkPen Property
See Also
 






Gets or sets the default value for the Stroke and HeadStroke properties of links.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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

The property provides a default value for the stroke, with which link's segments and arrowhead lines are painted. The Stroke and HeadStroke properties of new links are initialized with clones of LinkPen, but after link creation the properties are independent - changing one of them does not change the others.

 See Also