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

    Specifies the border width of the bar code image.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public float BorderWidth { get; set; }

    Property Value

    Type Description
    Single

    A Single value that is the border width, measured in units specified by the BarcodeOptions.Unit property.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to BorderWidth
    BarcodeGenerator
    .Options .BorderWidth

    Remarks

    If the BorderWidth property value is 0, bar code borders are invisible.

    See Also