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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

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