BarCodeEdit.HorizontalTextAlignment Property
In This Article
Gets or sets the text’s horizontal alignment. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public HorizontalAlignment HorizontalTextAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Horizontal |
A Horizontal |
See Also