Back to Devexpress

BarCodeControl.VerticalAlignment Property

windowsforms-devexpress-dot-xtraeditors-dot-barcodecontrol-c9a283d7.md

latest1.6 KB
Original Source

BarCodeControl.VerticalAlignment Property

Gets or sets the bar code’s vertical alignment.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(VertAlignment.Top)]
[DXCategory("Appearance")]
public VertAlignment VerticalAlignment { get; set; }
vb
<DefaultValue(VertAlignment.Top)>
<DXCategory("Appearance")>
Public Property VerticalAlignment As VertAlignment

Property Value

TypeDefaultDescription
VertAlignmentTop

A VertAlignment enumeration value that specifies the bar code’s vertical alignment.

|

Available values:

NameDescription
Default

Places the text to its default position. The default position is in the center of an object.

| | Top |

Places the text to the top of an object.

| | Center |

Centers the text within an object.

| | Bottom |

Places the text to the bottom of an object.

|

See Also

BarCodeControl Class

BarCodeControl Members

DevExpress.XtraEditors Namespace