Skip to main content

IBrickGraphics.DefaultBrickStyle Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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