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