Skip to main content

BarCodeControl.VerticalContentAlignment Property

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

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

Declaration

public VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

The content’s vertical alignment.

See Also