Enum AutoShrinkMode
Specifies the behavior of the AutoShrink feature of TextObject.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum AutoShrinkMode
Fields
| Name | Description |
|---|---|
| FontSize | AutoShrink decreases the Font.Size property of the TextObject. |
| FontWidth | AutoShrink decreases the FontWidthRatio property of the TextObject. |
| None | AutoShrink is disabled. |