Skip to main content
All docs
V26.1
  • DashboardPaletteItem.LineStyle Property

    Gets the line style of the dashboard palette item.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v26.1.Core.dll

    Declaration

    public DXDashStyle LineStyle { get; }

    Property Value

    Type Description
    DXDashStyle

    A DXDashStyle value that specifies the line style.

    Available values:

    Name Description
    Solid

    A solid line.

    Dash

    A line that consists of short dashes.

    Dot

    A line that consists of dots.

    DashDot

    A line that consists of a repeating short dash-dot pattern.

    DashDotDot

    A line that consists of a repeating short dash-dot-dot pattern.

    Custom

    A user-defined dash style.

    See Also