Skip to main content

RichTextBrick.CanShrinkAndGrow Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean false

A Boolean value.

See Also