Search
DiagramLink.EffectiveHeadPen Property
See Also
 





Gets the effective head pen of the link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen EffectiveHeadPen { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveHeadPen As Pen

 Property Value

An instance of the MindFusion.Drawing.Pen class.

 See Also