Skip to main content

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.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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