Enum AutoFit
Label fit options.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public enum AutoFit
Fields
Name | Description |
---|---|
Lines | Scale font until Lines of text will fill imposed height (either by RequestHeight or parent view) of label. |
None | Perform no auto fit |
Width | Shrink font from FontSize until MinFontSize to what is required to make the text fit within Lines |