 | cursorZoneRole Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Role that a zone may have inside another zone
Namespace:
imbSCI.Core.reporting.zone
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Members|
| Member name | Value | Description |
|---|
| master | 0 |
The parent zone for all zones
|
| header | 1 |
The header - top most section with given height
|
| footer | 2 |
The footer - bottom most section with given height
|
| section | 3 |
The section - horizontal division of a zone where height is defined as part of parent zone
|
| column | 4 |
The column - vertical division of a zone where width is defined as part of parent zone
|
See Also