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.v20.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to MouseBoxOpacityMode
ASP.NET Controls and MVC Extensions ASPxImageZoom
.SettingsZoomMode .MouseBoxOpacityMode
ASP.NET MVC Extensions 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