Gets or sets the width of the DiagramItem stroke outline. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double StrokeThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StrokeThickness As Double |
The width of the item outline. The default value is 0.
See Also