Skip to main content
All docs
V26.1
  • BarcodeOptions.TextFont Property

    Gets or sets the font used to draw barcode text.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public DXFont TextFont { get; set; }

    Property Value

    Type Description
    DXFont

    The font used to draw barcode text.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to TextFont
    BarcodeGenerator
    .Options .TextFont
    See Also