Gets the effective pen of the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Pen EffectivePen { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property EffectivePen As Pen |
An instance of the MindFusion.Drawing.Pen class.
RemarksReturns 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