Skip to main content
Tab

ImageZoomZoomModeSettings.MouseBoxOpacityMode Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 MVC Extensions ImageZoomSettings
.SettingsZoomMode .MouseBoxOpacityMode
ASP.NET Web Forms Controls ASPxImageZoom
.SettingsZoomMode .MouseBoxOpacityMode

Remarks

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

  • Inside

    ImageZoom_MouseBoxOpacityMode_Inside

  • Outside

    ImageZoom_MouseBoxOpacityMode_Outside

See Also