TextFitMode Enum
In This Article
Lists modes that are available for changing control text size to fit its boundaries.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The control’s text size remains unchanged. |
Grow
|
The control’s text size can be automatically increased to occupy the control’s entire area. |
Shrink
|
The control’s text size can be automatically decreased to be completely displayed in the control. |
Shrink
|
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:
See Also