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: 2.0.3000.0 (2.0.3000.0)

Syntax

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

See Also