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

    Specifies the border width of the bar code image and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithBorderWidth(
        float borderWidth
    )

    Parameters

    Name Type Description
    borderWidth Single

    Border width.

    Returns

    Type Description
    TBuilder

    The builder object with the updated border width.

    See Also