Table of Contents
OverlapAlign Enumeration

Specifies the alignment of the adjacent icons in two neighbor items when they overlap with each other.

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

Syntax
 public enum OverlapAlign
Members
Member Name Description
NotSet The alignment is not set. The runtime will try to use value from the look item, if none is available, Bottom is used.
Top Align to the top.
Bottom Align to the bottom.
See Also