A newer version of this page is available.
Switch to the current version.
Brick.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
public override RectangleF Rect { get; set; }
Public Overrides Property Rect As RectangleF
Property Value
Type | Description |
---|---|
RectangleF | A rectangle representing the current brick location and size. |
Remarks
Since RectangleF is a structure, its members can be changed only when creating a new instance of the RectangleF structure.
NOTE
This property can be changed before completing a report. The Document.IsLocked property signals that the report is generated.
Implements
DevExpress.XtraPrinting.IBaseBrick.Rect
See Also
Feedback