IBrickGraphics.DefaultBrickStyle Property
If implemented by a class, gets and sets the default style for bricks.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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