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

BrickStyle(BrickStyle) Constructor

Initializes a new instance of the BrickStyle class and copies the settings from the object passed as the parameter.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.2.dll

Declaration

public BrickStyle(
    BrickStyle src
)

Parameters

Name Type Description
src BrickStyle

A BrickStyle object whose settings are used to initialize the created object’s properties.

See Also