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.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| src | BrickStyle | A BrickStyle object whose settings are used to initialize the created object’s properties. |
See Also