Gets or sets the brush used to draw the decoration shape outline.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Pen Pen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Pen As Pen |
An instance of the System.Windows.Media.Pen class.
See Also