Gets or sets the border pen of the button when it is in normal state.
Namespace: MindFusion.Diagramming.Manipulators
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.
See Also