Skip to main content

BarCodeControl.HorizontalContentAlignment Property

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

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

Declaration

public HorizontalAlignment HorizontalContentAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

The content’s horizontal alignment.

See Also