Gets or sets the color of the stroke.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
Pen StrokeColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Property StrokeColor As Pen |
An instance of the Pen class.
See Also