Back to Devexpress

ZoomWindowPosition Enum

aspnet-devexpress-dot-web-cc70c46f.md

latest2.1 KB
Original Source

ZoomWindowPosition Enum

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

Declaration

csharp
public enum ZoomWindowPosition
vb
Public Enum ZoomWindowPosition

Members

NameDescription
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:

Remarks

Values listed by this enumerator are used to set the ImageZoomZoomModeSettings.ZoomWindowPosition property value.

See Also

DevExpress.Web Namespace