Skip to main content

PageInfoBrick(BorderSide, Single, Color, Color, Color) Constructor

Initializes a new instance of the PageInfoBrick class with the specified settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public PageInfoBrick(
    BorderSide sides,
    float borderWidth,
    Color borderColor,
    Color backColor,
    Color foreColor
)

Parameters

Name Type Description
sides BorderSide

A BorderSide enumeration value, specifying the brick’s border settings.

borderWidth Single

A Single value, specifying the border width.

borderColor Color

A Color structure, specifying the border color.

backColor Color

A Color structure, specifying the background color.

foreColor Color

A Color structure, specifying the foreground color.

See Also