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

    Specifies the barcode border color and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithBorderColor(
        Color borderColor
    )

    Parameters

    Name Type Description
    borderColor Color

    The barcode border color.

    Returns

    Type Description
    TBuilder

    The builder object with the updated border color.

    See Also