Skip to main content
All docs
V25.1
  • DiagramItemLineSettings.StrokeDashArray Property

    Namespace: DevExpress.Diagram.Core.Themes

    Assembly: DevExpress.Diagram.v25.1.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