DiagramLite Programmer's Guide
Diagram.ShapePen Property
See Also
 





Gets or sets the default value for the Pen property of new ShapeNode objects.

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

 Syntax

C#  Copy Code

public Pen ShapePen { get; set; }

Visual Basic  Copy Code

Public Property ShapePen As Pen

 Property Value

An instance of the Pen class.

 Remarks

This property provides a default value for the pen with which shape nodes border lines are painted.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace