Skip to main content
A newer version of this page is available. .

BrickStyle.CreateDefault() Method

Creates the BrickStyle instance with the defaul settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

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