C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / CheckBoxField Class / TextFitMode Property

In This Topic
TextFitMode Property (CheckBoxField)
In This Topic
Specifies how text is adjusted to fit in the field's bounds.
  • Text is not adjusted.
  • The font size is adjusted (increased or decreased) so that text fits in the specified bounds.
  • The spacing between characters is adjusted (increased or decreased) so that text fits in the specified bounds.
Unless TextFitMode is None, the WordWrap property is ignored (hard breaks are still respected though).
Syntax
'Declaration
 
Public Property TextFitMode As TextFitMode
 
See Also