[]
        
(Showing Draft Content)

C1.WPF.FlexReport.TextFieldBase.TextFitMode

TextFitMode Property

TextFitMode

Specifies how text is adjusted to fit in the field's bounds.

  • NoneText 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 TextFitMode TextFitMode { get; set; }