Back to Devexpress

MouseBoxOpacityMode Enum

aspnet-devexpress-dot-web-4a33506c.md

latest1.6 KB
Original Source

MouseBoxOpacityMode Enum

Lists values that specify the opacity mode of the mouse box.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum MouseBoxOpacityMode
vb
Public Enum MouseBoxOpacityMode

Members

NameDescription
Inside

An area inside the mouse box is opaque.

| | Outside |

An area outside the mouse box is opaque.

|

The following properties accept/return MouseBoxOpacityMode values:

Remarks

Values listed by this enumeration are used to set the ImageZoomZoomModeSettings.MouseBoxOpacityMode property.

See Also

DevExpress.Web Namespace