Back to Devexpress

BrickGraphics.DefaultBrickStyle Property

corelibraries-devexpress-dot-xtraprinting-dot-brickgraphics-a4a238bc.md

latest1.7 KB
Original Source

BrickGraphics.DefaultBrickStyle Property

Gets or sets the default BrickStyle.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public BrickStyle DefaultBrickStyle { get; set; }
vb
Public Property DefaultBrickStyle As BrickStyle

Property Value

TypeDescription
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

DefaultBrickStyle

See Also

BrickGraphics

BrickGraphics Members

DevExpress.XtraPrinting Namespace