TextFitMode Property (CheckBoxField)
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).
'Declaration
Public Property TextFitMode As TextFitMode