FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document 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.
    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.Xaml.Document.TextFitMode

    See Also