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
Inherited Members
- BarcodeDecorationBase.Bounds
- BarcodeDecorationBase.Brush
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()