ComponentOne FlexReport for WinForms
TextFitMode Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : TextFitMode Enumeration
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.Win.C1Document.TextFitMode

See Also

Reference

C1.Win.C1Document Namespace