Search
EditComponent.Pen Property
See Also
 





Gets or sets the border pen of the edit component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen Pen { get; set; }

Visual Basic  Copy Code

Public Property Pen As Pen

 Property Value

An instance of the Pen class. The default is a solid pen with color 0x033B69.

 See Also