BrickStyle.IsTransparent Property
Gets a value indicating whether the brick style paints a transparent brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the brick will be painted as transparent; otherwise, false. |
Remarks
The brick is transparent if the alpha component of its BrickStyle.BackColor is 0, and also the alpha component of its BrickStyle.BorderColor is 0.
See Also