Skip to main content

BrickStyle Constructors

Represents a report drawing style.
Name Parameters Description
BrickStyle() none Initializes 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, sf Initializes a new instance of the BrickStyle class with specified settings.
BrickStyle(BrickStyle) src Initializes a new instance of the BrickStyle class and copies the settings from the object passed as the parameter.
BrickStyle(Single) dpi Initializes a new instance of the BrickStyle class with the specified dpi value.
See Also