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

    Specifies which sides of the barcode image have borders and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithSides(
        BorderSide sides
    )

    Parameters

    Name Type Description
    sides BorderSide

    The sides of the barcode image to display borders on.

    Returns

    Type Description
    TBuilder

    The builder object with the updated border sides.

    See Also