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

CompositeBrick.Offset Property

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

Namespace: DevExpress.XtraPrinting

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

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