Skip to main content

Start.StrokeThickness Property

Gets or sets the thickness of the geometry’s outline.

Namespace: DevExpress.Diagram.Core.Shapes

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public double? StrokeThickness { get; set; }

Property Value

Type Description
Nullable<Double>

A System.Double value that is the thickness of the geometry’s outline.

See Also