Skip to main content

PrintBrickStyle.Foreground Property

Gets or set the foreground color of the printed brick.

Namespace: DevExpress.WinUI.Printing

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

NuGet Package: DevExpress.WinUI

#Declaration

public Color Foreground { get; set; }

#Property Value

Type Description
Color

The printed brick’s foreground color.

See Also