Skip to main content
Tab

MouseBoxOpacityMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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