Skip to main content

PageInfoTextBrickBase(BorderSide, Single, Color, Color, Color) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Parameters

Name Type Description
sides BorderSide

A BorderSide enumeration value.

borderWidth Single

A Single structure.

borderColor Color

A Color structure.

backColor Color

A Color structure.

foreColor Color

A Color structure.

See Also