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

ImageZoomZoomModeSettings.MouseBoxOpacityMode Property

Specifies whether the image area inside or outside of the mouse box is opaque.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(MouseBoxOpacityMode.Inside)]
public MouseBoxOpacityMode MouseBoxOpacityMode { get; set; }

Property Value

Type Default Description
MouseBoxOpacityMode **Inside**

One of the MouseBoxOpacityMode enumeration values.

Available values:

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

Property Paths

You can access this nested property as listed below:

Object Type Path to MouseBoxOpacityMode
ASPxImageZoom
.SettingsZoomMode.MouseBoxOpacityMode
ImageZoomSettings
.SettingsZoomMode.MouseBoxOpacityMode
MVCxImageZoom
.SettingsZoomMode.MouseBoxOpacityMode

Remarks

Use the MouseBoxOpacityMode property to specify which image area is opaque.

  • Inside

    ImageZoom_MouseBoxOpacityMode_Inside

  • Outside

    ImageZoom_MouseBoxOpacityMode_Outside

See Also