Back to Devexpress

TextFitMode Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-4b000d51.md

latest1.3 KB
Original Source

TextFitMode Enum

Lists modes that are available for changing control text size to fit its boundaries.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum TextFitMode
vb
Public Enum TextFitMode

Members

NameDescription
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.

|

The following properties accept/return TextFitMode values:

See Also

DevExpress.XtraReports.UI Namespace