Skip to main content
A newer version of this page is available. .
Tab

MouseBoxOpacityMode Enum

Lists values that specify the opacity mode of the mouse box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum MouseBoxOpacityMode

Members

Name Description
Inside

An area inside the mouse box is opaque.

ImageZoom_MouseBoxOpacityMode_Inside

Outside

An area outside the mouse box is opaque.

ImageZoom_MouseBoxOpacityMode_Outside

Related API Members

The following properties accept/return MouseBoxOpacityMode values:

Remarks

Values listed by this enumeration are used to set the ImageZoomZoomModeSettings.MouseBoxOpacityMode property.

See Also