ImageZoomZoomModeSettings.MouseBoxOpacityMode Property
In This Article
Specifies whether the image area inside or outside of the mouse box is opaque.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(MouseBoxOpacityMode.Inside)]
public MouseBoxOpacityMode MouseBoxOpacityMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Mouse |
Inside | One of the Mouse |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Mouse |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
#Remarks
Use the MouseBoxOpacityMode property to specify which image area is opaque.
Inside
Outside
See Also