Skip to main content
A newer version of this page is available.

XRCharacterComb.TextFitMode Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
public override TextFitMode TextFitMode { get; set; }

Property Value

Type
TextFitMode

Available values:

Name Description
None

The control’s text size remains unchanged.

GrowOnly

The control’s text size can be automatically increased to occupy the control’s entire area.

ShrinkOnly

The control’s text size can be automatically decreased to be completely displayed in the control.

ShrinkAndGrow

The control’s text size can be automatically decreased or increased to fit the control’s boundaries.

See Also