Gets or sets a Stretch enumeration value that describes how the barcode fills its allocated space.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)

Syntax

C#
public Stretch Stretch { get; set; }
Visual Basic
Public Property Stretch As Stretch
	Get
	Set
Visual C++
public:
property Stretch Stretch {
	Stretch get ();
	void set (Stretch value);
}

See Also