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

    Gets or sets the barcode style.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public BorderStyle BorderStyle { get; set; }

    Property Value

    Type Description
    BorderStyle

    The barcode style.

    Available values:

    Name Description
    Inset

    The border is inset.

    Outset

    The border is outset.

    Center

    The border is displayed on center.

    Property Paths

    You can access this nested property as listed below:

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