BrickBase.Rect Property
Defines the current brick’s location and size, in GraphicsUnit.Document measurement units.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
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