RichTextBrick.CanShrinkAndGrow Property
For internal use. Supports the serialization of the RichTextBrick class.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.RichEdit.v24.1.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. |
Implements
DevExpress.XtraPrinting.IRichTextBrick.CanShrinkAndGrow
See Also