Skip to main content
All docs
V26.1
  • BarcodeOptions.BorderDashStyle Property

    Gets or sets the dash style for the barcode border.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public BorderDashStyle BorderDashStyle { get; set; }

    Property Value

    Type Description
    BorderDashStyle

    The barcode border’s dash style.

    Available values:

    Name Description
    Solid

    A solid line.

    Dash

    A line of dashes.

    Dot

    A dotted line.

    DashDot

    A line of a repeating dash-dot pattern.

    DashDotDot

    A line of a repeating dash-dot-dot pattern.

    Double

    A double solid line.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to BorderDashStyle
    BarcodeGenerator
    .Options .BorderDashStyle
    See Also