[]
        
(Showing Draft Content)

C1.WPF.Document.TextFitMode

TextFitMode Enum

Specifies how a text is adjusted to fit in specified bounds.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public enum TextFitMode

Fields

Name Description
AutoCharSpacing

The spacing between characters is adjusted (increased or decreased) so that text fits in the specified bounds.

AutoEllipsis

Text is trancated in the field and show an ellipsis when the text can not be shown fully.

AutoFontGrowOnly

The font size is adjusted (increased only) so that text fits in the specified bounds.

AutoFontShrinkOnly

The font size is adjusted (decreased only) so that text fits in the specified bounds.

AutoFontSize

The font size is adjusted (increased or decreased) so that text fits in the specified bounds.

None

Text is not adjusted.