Back to Devexpress

BarCodeControl.Orientation Property

windowsforms-devexpress-dot-xtraeditors-dot-barcodecontrol-99be2425.md

latest1.7 KB
Original Source

BarCodeControl.Orientation Property

Gets or sets the bar code’s orientation.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(BarCodeOrientation.Normal)]
[DXCategory("Behavior")]
public BarCodeOrientation Orientation { get; set; }
vb
<DefaultValue(BarCodeOrientation.Normal)>
<DXCategory("Behavior")>
Public Property Orientation As BarCodeOrientation

Property Value

TypeDefaultDescription
BarCodeOrientationNormal

A BarCodeOrientation enumeration value that specifies the bar code’s orientation.

|

Available values:

NameDescription
Normal

A bar code is displayed in its normal orientation.

| | UpsideDown |

A bar code is rotated 180 degrees.

| | RotateLeft |

A bar code is rotated 90 degrees counter clockwise.

| | RotateRight |

A bar code is rotated 90 degrees clockwise.

|

See Also

BarCodeControl Class

BarCodeControl Members

DevExpress.XtraEditors Namespace