Skip to main content

DiagramItemLineSettings.StrokeDashArray Property

Namespace: DevExpress.Diagram.Core.Themes

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramDoubleCollection StrokeDashArray { get; }

Property Value

Type
DevExpress.Diagram.Core.DiagramDoubleCollection

Property Paths

You can access this nested property as listed below:

Object Type Path to StrokeDashArray
DiagramEffect
.LineSettings .StrokeDashArray
DiagramItemStyle
.LineSettings .StrokeDashArray
See Also