Click or drag to resize

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
C#
public enum cursorZoneRole
Request Example View Source
Members
  Member nameValueDescription
master0 The parent zone for all zones
header1 The header - top most section with given height
footer2 The footer - bottom most section with given height
section3 The section - horizontal division of a zone where height is defined as part of parent zone
column4 The column - vertical division of a zone where width is defined as part of parent zone
See Also