Skip to main content
A newer version of this page is available. .

BarCodeControl.VerticalTextAlignment Property

Gets or sets the text’s vertical alignment. This is a dependency property.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(VerticalAlignment.Bottom, Handler = "BarCodeInvalidateVisual")]
public VerticalAlignment VerticalTextAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

The text’s vertical alignment.

See Also