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

BrickBase.Rect Property

Defines the current brick’s location and size, in GraphicsUnit.Document measurement units.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
public virtual RectangleF Rect { get; set; }

Property Value

Type Description
RectangleF

A RectangleF value that represents the current brick’s location and size.

Remarks

Since the RectangleF is a structure, its members can be changed only when creating a new instance of the RectangleF structure.

Note

This property can only be changed before completing a report. The Document.IsLocked property signals that the report is currently being generated.

See Also