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

    Specifies the barcode’s bar height and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithBarHeight(
        float barHeight
    )

    Parameters

    Name Type Description
    barHeight Single

    The barcode’s bar height.

    Returns

    Type Description
    TBuilder

    The builder object with the updated bar height.

    See Also