Skip to main content

BarCodeControl.VerticalTextAlignment Property

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

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.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