Skip to main content
A newer version of this page is available. .

BrickStyle.IsTransparent Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[Browsable(false)]
public bool IsTransparent { get; }

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