Search
DiagramItem.StrokeThickness Property
See Also
 






Gets or sets the width of the DiagramItem stroke outline. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double StrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property StrokeThickness As Double

 Property Value

The width of the item outline. The default value is 0.

 See Also