Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public RectangleF BoundsF { get; set; }

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