BarcodeDecorationBase Class
Provides a base class for barcode decorations such as shapes or text overlays.
public abstract class BarcodeDecorationBase
- Inheritance:
- object object
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
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()