BrickGraphics.DefaultBrickStyle Property
Gets or sets the default BrickStyle.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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