Skip to main content

BrickStyle.CreateDefault() Method

Creates the BrickStyle instance with the defaul settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static BrickStyle CreateDefault()

Returns

Type Description
BrickStyle

A BrickStyle object representing a new brick style.

Remarks

Use the CreateDefault method to create a new brick style and assign the default settings to its properties. In this instance brick style settings are the following:

See Also