Specifies horizontal or vertical positioning mode for an ImageZoom control.
[Visual Basic]
Public Enum ImageZoomPosition
[C#]
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. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace