Search
Diagram.TablePen Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen TablePen { get; set; }

Visual Basic  Copy Code

Public Property TablePen As Pen

 Property Value

An instance of the Pen class.

 Remarks

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

 See Also