Skip to main content

BrickEventArgs.BrickScreenBounds Property

Returns the rectangle displayed when clicking a brick.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public Rectangle BrickScreenBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure.

See Also