Skip to main content

BarCodeControl.Orientation Property

Gets or sets the bar code’s orientation.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(BarCodeOrientation.Normal)]
[DXCategory("Behavior")]
public BarCodeOrientation Orientation { get; set; }

Property Value

Type Default Description
BarCodeOrientation Normal

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

Available values:

Name Description
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