Class SFBarcodeTextAlignment
Specifies the barcode text alignment.
Inheritance
System.Object
SFBarcodeTextAlignment
Namespace: Syncfusion.SfBarcode.iOS
Assembly: Syncfusion.SfBarcode.iOS.dll
Syntax
public sealed class SFBarcodeTextAlignment : Enum
Fields
SFBarcodeTextAlignmentCenter
The option to align text equally along both sides of the center line.
Declaration
public const SFBarcodeTextAlignment SFBarcodeTextAlignmentCenter
Field Value
SFBarcodeTextAlignmentLeft
The option to align text along the left edge.
Declaration
public const SFBarcodeTextAlignment SFBarcodeTextAlignmentLeft
Field Value
SFBarcodeTextAlignmentRight
The option to align text along the right edge.
Declaration
public const SFBarcodeTextAlignment SFBarcodeTextAlignmentRight