C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / TextFitMode Enumeration

TextFitMode Enumeration
Specifies how a text is adjusted to fit in specified bounds.
Syntax
'Declaration
 
Public Enum TextFitMode 
   Inherits 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.WPF.Document.TextFitMode

See Also