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.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | BrickStyle | A BrickStyle object whose settings are used to initialize the created object’s properties. |
See Also