Skip to main content

BarCodeControl.HorizontalTextAlignment Property

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

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(HorizontalAlignment.Left, Handler = "BarCodeInvalidateVisual")]
public HorizontalAlignment HorizontalTextAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

The text’s horizontal alignment.

See Also