Search
DiagramItem.EffectivePen Property
See Also
 





Gets the effective pen of the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen EffectivePen { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectivePen As Pen

 Property Value

An instance of the MindFusion.Drawing.Pen class.

 Remarks

Returns a Pen instance used to draw this item's border or segment lines. This value comes from the Pen property if it is set, or is derived from either the item's Style or the current diagram Theme.

 See Also