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 : Enum
Fields
Angle0
The SfBarcode control is rotated by 0 degree.
Declaration
public const BarcodeRotation Angle0
Field Value
Type |
---|
BarcodeRotation |
Angle180
The SfBarcode control is rotated by 180 degree.
Declaration
public const BarcodeRotation Angle180
Field Value
Type |
---|
BarcodeRotation |
Angle270
The SfBarcode control is rotated by 270 degree.
Declaration
public const BarcodeRotation Angle270
Field Value
Type |
---|
BarcodeRotation |
Angle90
The SfBarcode control is rotated by 90 degree.
Declaration
public const BarcodeRotation Angle90
Field Value
Type |
---|
BarcodeRotation |