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

BrickStyle(BorderSide, Single, Color, Color, Color, Font, BrickStringFormat) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.2.dll

Declaration

public BrickStyle(
    BorderSide sides,
    float borderWidth,
    Color borderColor,
    Color backColor,
    Color foreColor,
    Font font,
    BrickStringFormat sf
)

Parameters

Name Type Description
sides BorderSide

A BorderSide enumeration value, specifying the visible brick borders. This value is assigned to the BrickStyle.Sides property.

borderWidth Single

A Single value, specifying the border width. This value is assigned to the BrickStyle.BorderWidth property.

borderColor Color

A Color structure, specifying the border color. This value is assigned to the BrickStyle.BorderColor property.

backColor Color

A Color structure, specifying the background color. This value is assigned to the BrickStyle.BackColor property.

foreColor Color

A Color structure, specifying the foreground color. This value is assigned to the BrickStyle.ForeColor property.

font Font

A Font object, specifying the font settings. This value is assigned to the BrickStyle.Font property.

sf BrickStringFormat

A BrickStringFormat object, specifying the text format. This value is assigned to the BrickStyle.StringFormat property.

See Also