Back to Devexpress

BrickStyle.IsTransparent Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-6990b540.md

latest1.5 KB
Original Source

BrickStyle.IsTransparent Property

Gets a value indicating whether the brick style paints a transparent brick.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public bool IsTransparent { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsTransparent As Boolean

Property Value

TypeDescription
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

A

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace