Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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