Skip to main content
A newer version of this page is available. .

BarCodeEdit.VerticalTextAlignment Property

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

Namespace: DevExpress.Xpf.Editors

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

Declaration

public VerticalAlignment VerticalTextAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

A VerticalAlignment value that specifies the text’s vertical alignment.

See Also