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

IBrickGraphics.DefaultBrickStyle Property

If implemented by a class, gets and sets the default style for bricks.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

BrickStyle DefaultBrickStyle { get; set; }

Property Value

Type Description
BrickStyle

The default style for bricks.

Remarks

The DefaultBrickStyle style is applied to a brick when created by the IBrickGraphics.DrawBrick method. Use this property to specify the brick style which should be applied to all new bricks.

See Also