CompositeBrick.Offset Property
Gets or sets the amounts to adjust the location of the CompositeBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
PointF | A PointF object, representing the adjustments of X and Y coordinates for the CompositeBrick. |
Remarks
Use this property to change position of the CompositeBrick on a page.
See Also