In This Article

BarcodeDecorationBase Class

Provides a base class for barcode decorations such as shapes or text overlays.

public abstract class BarcodeDecorationBase
Inheritance:
object object
Derived:
BarcodeShapeDecoration BarcodeTextDecoration

Constructors

BarcodeDecorationBase()

Initializes an instance of the class.

protected BarcodeDecorationBase()

Properties

Bounds

The bounds of the decoration.

public Rect Bounds { get; set; }

Property Value

Rect

Brush

The brush used to render the decoration.

public IBrush? Brush { get; set; }

Property Value

IBrush

Remarks

When not specified, the Foreground brush is used as a fallback.

Inherited Members

Extension Methods