Table of Contents
OverlapDirection Enumeration

Specifies the overlapping direction when adjacent icons in two neighbor items overlap with each other.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum OverlapDirection
Members
Member Name Description
NotSet The direction is not set. The runtime will try to use value from the look item, if none is available, Forward is used.
Forward For overlapping region, the items on the left are always on top of the items on the right.
Backward For overlapping region, the items on the right are alsways on top of the items on the left.
See Also