Gets or sets the thickness of the items' outline, expressed in the current units of measure.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double StrokeThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StrokeThickness As Double |
A double value.
See Also