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

    Gets or sets the border color of the barcode image.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public Color BorderColor { get; set; }

    Property Value

    Type Description
    Color

    A Color object that is the border color.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to BorderColor
    BarcodeGenerator
    .Options .BorderColor

    Remarks

    The BorderColor property specifies the border color of the bar code image, and the BarcodeOptions.BorderWidth property specifies the border width.

    See Also