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

TextBrick(BorderSide, Single, Color, Color, Color) Constructor

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

Namespace: DevExpress.XtraPrinting

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

Declaration

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

Parameters

Name Type Description
sides BorderSide

A BorderSide enumeration value, specifying the visibility of the brick’s borders.

borderWidth Single

A Single value, specifying the brick’s border width.

borderColor Color

A Color structure, specifying the color of the brick’s borders.

backColor Color

A Color structure, specifying the brick’s background color.

foreColor Color

A Color structure, specifying the brick’s foreground color.

See Also