XRCharacterComb.TextFitMode Property
For internal use.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.1.dll
Declaration
Property Value
Type |
---|
TextFitMode |
See Also
For internal use.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.1.dll
[Browsable(false)]
public override TextFitMode TextFitMode { get; set; }
<Browsable(False)>
Public Overrides Property TextFitMode As TextFitMode
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. |
No
Your feedback is appreciated.We appreciate your feedback and continued support.
May we contact you if we need to discuss your feedback in greater detail or update you on changes to this help topic?