Back to Devexpress

BarCodeControl.VerticalTextAlignment Property

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

latest1.7 KB
Original Source

BarCodeControl.VerticalTextAlignment Property

Gets or sets the text’s vertical alignment.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
VertAlignmentBottom

A VertAlignment enumeration value that specifies the text’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