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

BrickViewData.Bounds Property

Gets or sets a rectangle object specifying the height, width and location of the brick.

Namespace: DevExpress.XtraPrinting.Export

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

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle object representing a rectangular region by its height, width and location.

Remarks

The brick’s size and location are measured in 1/300 of an inch.

See Also