BrickGraphics.DefaultBrickStyle Property
In This Article
Gets or sets the default BrickStyle.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public BrickStyle DefaultBrickStyle { get; set; }
#Property Value
Type | Description |
---|---|
Brick |
The default Brick |
#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