Skip to main content
All docs
V23.2

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

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Parameters

Name Type Description
sides BorderSide

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

borderWidth Single

A Single value that specifies the border width. This value is assigned to the BrickStyle.BorderWidth property.

borderColor Color

The border color. This value is assigned to the BrickStyle.BorderColor property.

backColor Color

The background color. This value is assigned to the BrickStyle.BackColor property.

foreColor Color

The foreground color. This value is assigned to the BrickStyle.ForeColor property.

font DXFont

The font settings. This value is assigned to the BrickStyle.Font property.

sf BrickStringFormat

A BrickStringFormat object that specifies the text format. This value is assigned to the BrickStyle.StringFormat property.

See Also