BarCodeControl.Orientation Property
In This Article
Gets or sets the bar code’s orientation.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(BarCodeOrientation.Normal)]
[DXCategory("Behavior")]
public BarCodeOrientation Orientation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Bar |
Normal | A Bar |
Available values:
Name | Description |
---|---|
Normal | A bar code is displayed in its normal orientation. |
Upside |
A bar code is rotated 180 degrees. |
Rotate |
A bar code is rotated 90 degrees counter clockwise. |
Rotate |
A bar code is rotated 90 degrees clockwise. |
See Also