Skip to main content

PrintBrickStyle.VerticalContentAlignment Property

Gets or set the vertical alignment of the printed brick.

Namespace: DevExpress.WinUI.Printing

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

NuGet Package: DevExpress.WinUI

Declaration

public VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

The printed brick’s vertical alignment.

See Also