Enum MergeMode
Specifies the behavior of the MergeMode feature of TextObject.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
[TypeConverter(typeof(FlagConverter))]
[Flags]
public enum MergeMode
Fields
| Name | Description |
|---|---|
| Horizontal | Allows horizontal merging. |
| None | Merge is disabled. |
| Vertical | Allows vertical merging. |