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