Skip to main content

BrickStyle.IsTransparent Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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