Search
Diagram.ShapePen Property
See Also
 





Gets or sets the default value for the Pen property of shape nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen ShapePen { get; set; }

Visual Basic  Copy Code

Public Property ShapePen As Pen

 Property Value

An instance of the MindFusion.Drawing.Pen class.

 Remarks

The property provides a default value for the pen, with which a shape node's frame is painted. The Pen property of new shape nodes is initialized with a clone of ShapePen, but after the node creation the properties are independent - changing one of them does not change the other.

 See Also