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

BrickEventArgs.BrickScreenBounds Property

Returns the rectangle displayed when clicking a brick.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public Rectangle BrickScreenBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure.

See Also