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

    Gets or sets whether barcode text wraps if it overflows the barcode width.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public bool WordWrap { get; set; }

    Property Value

    Type Description
    Boolean

    true if text wraps; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

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