Gets or sets the pen used to stroke the outline of the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Pen Pen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Pen As Pen |
An instance of the Pen class. The default is null (Nothing in Visual Basic).
See Also