BarcodeShapeKind Enum
Specifies the shape used to render a barcode module or shape decoration.
public enum BarcodeShapeKind
Fields
| Name | Description |
|---|---|
| Circle | A circular shape. |
| Default | The default rectangular shape. |
| Diamond | A diamond (rotated square) shape. |
| InsetCircle | A circular shape inset from the target bounds so neighboring shapes do not touch. |
| RoundedRectangle | A rectangular shape with rounded corners. |