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

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

Declaration

public RectangleF BoundsF { get; protected 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