FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ParagraphField Class / TextFitMode Property

In This Topic
    TextFitMode Property (ParagraphField)
    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
    public TextFitMode TextFitMode {get; set;}
    See Also