Class BarcodeRotation
Specifies the SfBarcode rotation and decide the angle in which barcode should be displayed.
Inheritance
System.Object
    BarcodeRotation
  Namespace: Syncfusion.UI.Xaml.Barcode
Assembly: Syncfusion.Barcode.WinUI.dll
Syntax
public sealed class BarcodeRotation : EnumFields
Angle0
The SfBarcode control is rotated by 0 degree.
Declaration
public const BarcodeRotation Angle0Field Value
| Type | 
|---|
| BarcodeRotation | 
Angle180
The SfBarcode control is rotated by 180 degree.
Declaration
public const BarcodeRotation Angle180Field Value
| Type | 
|---|
| BarcodeRotation | 
Angle270
The SfBarcode control is rotated by 270 degree.
Declaration
public const BarcodeRotation Angle270Field Value
| Type | 
|---|
| BarcodeRotation | 
Angle90
The SfBarcode control is rotated by 90 degree.
Declaration
public const BarcodeRotation Angle90Field Value
| Type | 
|---|
| BarcodeRotation |