Class BarcodeTextAlignment
Specifies the barcode text alignment.
Inheritance
System.Object
BarcodeTextAlignment
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public sealed class BarcodeTextAlignment : Enum
Fields
Center
Displays the readable text at the center of the barcode.
Declaration
public const BarcodeTextAlignment Center
Field Value
Type |
---|
BarcodeTextAlignment |
Left
Displays the readable text on the left side of the barcode.
Declaration
public const BarcodeTextAlignment Left
Field Value
Type |
---|
BarcodeTextAlignment |
Right
Displays the readable text on the right side of the barcode.
Declaration
public const BarcodeTextAlignment Right
Field Value
Type |
---|
BarcodeTextAlignment |