TextAutoFit Enum
Represents an enumeration of available text fitting options.
Fields
None | Text within the TextBox should not be auto-fit to the bounding box. |
ResizeShapeToFitText | TextBox should be auto-fit to fully contain the text described within it. |
ShrinkTextOnOverflow | Text within the TextBox should be auto-fit to the bounding box by reducing the font size of each Run and line spacing of each Paragraph in the TextBox. This value is currently not supported in PDF, XPS, and image formats. |