Skip to main content

CompositeBrick.Offset Property

Gets or sets the amounts to adjust the location of the CompositeBrick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public PointF Offset { get; set; }

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