Table of Contents
ImageZoomPosition Enumeration

Specifies horizontal or vertical positioning mode for an ImageZoom control.

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

Syntax
 public enum ImageZoomPosition
Members
Member Name Description
ScreenCenter The zoomed in image is placed at the center of the browser window.
ImageCenter The zoomed in image has the same center position as the original image.
Relative The zoomed in image's position is relative to the position of the original image by an offset set either by OffsetX or OffsetY property.
See Also