aspnet-devexpress-dot-web-cc70c46f.md
Lists values that specify the zoom window position related to the preview image.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ZoomWindowPosition
Public Enum ZoomWindowPosition
| Name | Description |
|---|---|
Right |
A zoom window is displayed at the right of the preview image.
|
| Bottom |
A zoom window is displayed at the bottom of the preview image.
|
| Left |
A zoom window is displayed at the left of the preview image.
|
| Top |
A zoom window is displayed at the top of the preview image.
|
| Inside |
A zoom window is displayed in the borders of the preview image.
|
The following properties accept/return ZoomWindowPosition values:
Values listed by this enumerator are used to set the ImageZoomZoomModeSettings.ZoomWindowPosition property value.
See Also