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

    Specifies the font for the barcode text and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithTextFont(
        DXFont textFont
    )

    Parameters

    Name Type Description
    textFont DXFont

    The font to apply to the barcode text.

    Returns

    Type Description
    TBuilder

    The builder object with the updated text font.

    See Also