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

TextFitMode Enum

Lists the available modes for changing a control’s text size to fit its boundaries.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public enum TextFitMode

Members

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.

Related API Members

The following properties accept/return TextFitMode values:

Remarks

A TextFitMode enumeration value is returned by the XRLabel.TextFitMode property.

See Also