In This Article

BarcodeShapeDecoration Class

Represents a shape decoration in a barcode.

public class BarcodeShapeDecoration : BarcodeDecorationBase
Inheritance:
object BarcodeDecorationBase object

Constructors

BarcodeShapeDecoration()

Initializes an instance of the class.

public BarcodeShapeDecoration()

Properties

ShapeKind

The shape to render.

public BarcodeShapeKind ShapeKind { get; set; }

Property Value

BarcodeShapeKind:

The default value is Default.

StrokeThickness

The stroke thickness for the shape.

public double StrokeThickness { get; set; }

Property Value

double:

When 0, the shape is filled with Brush. When greater than 0, the shape is stroked with Brush and the bounds are inset by half the stroke thickness.

Inherited Members

Extension Methods