ImageZoomZoomModeSettings.MouseBoxOpacityMode Property
Specifies whether the image area inside or outside of the mouse box is opaque.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to MouseBoxOpacityMode |
|---|---|---|
| ASP.NET MVC Extensions | ImageZoomSettings |
|
| ASP.NET Web Forms Controls | ASPxImageZoom |
|
Remarks
Use the MouseBoxOpacityMode property to specify which image area is opaque.
Inside

Outside

See Also