Skip to main content

LabelBrick.CanShrinkAndGrow Property

Specifies whether or not a brick’s height can be automatically changed based on the amount of its contents.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public bool CanShrinkAndGrow { get; set; }

Property Value

Type Description
Boolean

true to enable automatic adjustment of a brick’s height; otherwise false.

Remarks

When exporting documents to RTF as a single file (by setting the RtfExportOptions.ExportMode property to RtfExportMode.SingleFile), set the CanShrinkAndGrow property to true to avoid a brick’s content from being split across pages by certain word processors.

See Also