FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / TextFitMode Enumeration

In This Topic
    TextFitMode Enumeration
    In This Topic
    Specifies how a text is adjusted to fit in specified bounds.
    Syntax
    'Declaration
     
    Public Enum TextFitMode 
       Inherits System.Enum
    public enum TextFitMode : System.Enum 
    Members
    MemberDescription
    AutoCharSpacingThe spacing between characters is adjusted (increased or decreased) so that text fits in the specified bounds.
    AutoEllipsisText is trancated in the field and show an ellipsis when the text can not be shown fully.
    AutoFontGrowOnlyThe font size is adjusted (increased only) so that text fits in the specified bounds.
    AutoFontShrinkOnlyThe font size is adjusted (decreased only) so that text fits in the specified bounds.
    AutoFontSizeThe font size is adjusted (increased or decreased) so that text fits in the specified bounds.
    NoneText is not adjusted.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.TextFitMode

    See Also