Skip to main content

BrickBase.Size Property

Defines the current brick’s size, in GraphicsUnit.Document measurement units.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public SizeF Size { get; set; }

Property Value

Type Description
SizeF

A SizeF value that represents the current brick’s size.

Remarks

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