Search
DiagramStyle.StrokeThickness Property
See Also
 





Gets or sets the thickness of the items' outline, expressed in the current units of measure.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double StrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property StrokeThickness As Double

 Property Value

A double value.

 See Also