Skip to main content

BarCodeEditSettings.HorizontalTextAlignment Property

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

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public HorizontalAlignment HorizontalTextAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment value that specifies the text’s horizontal alignment.

See Also