Specifies the overlapping direction when adjacent icons in two neighbor items overlap with each other.
[Visual Basic]
Public Enum OverlapDirection
[C#]
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. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace