BrickViewData.BoundsF Property
Gets or sets a rectangle object specifying the height, width and location of the brick.
Namespace: DevExpress.XtraPrinting.Export
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
RectangleF | A RectangleF 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