Skip to main content
All docs
V26.1
  • BarcodeOptionsBuilder<TOptions, TBuilder>.WithBorderDashStyle(BorderDashStyle) Method

    Specifies the dash style for the barcode border and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithBorderDashStyle(
        BorderDashStyle borderDashStyle
    )

    Parameters

    Name Type Description
    borderDashStyle BorderDashStyle

    The barcode border’s dash style.

    Returns

    Type Description
    TBuilder

    The builder object with the updated border’s dash style.

    See Also