ZoomWindowPosition Enum
Lists values that specify the zoom window position related to the preview image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return ZoomWindowPosition values:
Remarks
Values listed by this enumerator are used to set the ImageZoomZoomModeSettings.ZoomWindowPosition property value.
See Also