Skip to main content
All docs
V25.1
  • DiagramItemLineSettings(Double, DiagramDoubleCollection) Constructor

    Initializes a new instance of the DiagramItemLineSettings class with specified settings.

    Namespace: DevExpress.Diagram.Core.Themes

    Assembly: DevExpress.Diagram.v25.1.Core.dll

    NuGet Package: DevExpress.Diagram.Core

    Declaration

    public DiagramItemLineSettings(
        double strokeThickness,
        DiagramDoubleCollection strokeDashArray
    )

    Parameters

    Name Type
    strokeThickness Double
    strokeDashArray DevExpress.Diagram.Core.DiagramDoubleCollection
    See Also