Skip to main content

BrickGraphics.DefaultBrickStyle Property

Gets or sets the default BrickStyle.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStyle DefaultBrickStyle { get; set; }

Property Value

Type Description
BrickStyle

The default BrickStyle.

Remarks

The default BrickStyle is used to draw all bricks using a specific BrickGraphics instance. Using DefaultBrickStyle is an alternative method for setting graphical properties of bricks, and is similar to setting BrickGraphics properties. The DefaultBrickStyle property allows you to set all these properties at once.

Implements

See Also