Enum Alignment
Represents the horizontal alignment of the text. By default, it is set to Center.
Namespace: Syncfusion.Blazor.BarcodeGenerator
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Alignment
Examples
<SfBarcodeGenerator Width="200" Height="150" Value="65213323" Type="BarcodeType.Code11" >
<BarcodeGeneratorDisplayText Alignment = "Alignment.Right" >
</BarcodeGeneratorDisplayText>
</SfBarcodeGenerator >
Fields
| Name | Description |
|---|---|
| Center | Align the text to the center side of the barcode element. |
| Left | Align the text to the left side of the barcode element. |
| Right | Align the text to the right side of the barcode element. |