Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichTextBrick.CanShrinkAndGrow Property

For internal use. Supports the serialization of the RichTextBrick class.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
public bool CanShrinkAndGrow { get; set; }

Property Value

Type Default Description
Boolean **false**

A Boolean value.

See Also