Back to Devexpress

BrickStyle Constructors

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-dot-ctor.md

latest1.5 KB
Original Source

BrickStyle Constructors

Represents a report drawing style.

NameParametersDescription
BrickStyle()noneInitializes a new instance of the BrickStyle class with the default settings.
BrickStyle(BorderSide, Single, Color, Color, Color, DXFont, BrickStringFormat)sides, borderWidth, borderColor, backColor, foreColor, font, sfInitializes a new instance of the BrickStyle class with specified settings.
BrickStyle(BrickStyle)srcInitializes a new instance of the BrickStyle class and copies the settings from the object passed as the parameter.
BrickStyle(Single)dpiInitializes a new instance of the BrickStyle class with the specified dpi value.

See Also

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace