Back to Devexpress

WindowMode Enum

aspnet-devexpress-dot-web-3c20abd9.md

latest1.4 KB
Original Source

WindowMode Enum

Lists values that specify the window mode of a Flash movie.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum WindowMode
vb
Public Enum WindowMode

Members

NameDescription
None

The wmode attribute isn’t generated at all.

| | Window |

The wmode attribute is set to “window”, so that the movie plays in its own rectangular window on a web page.

| | Opaque |

The wmode attribute is set to “opaque”, so that the movie hides everything on the page behind it.

| | Transparent |

The wmode attribute is set to “transparent”, so that the background of the HTML page is shown through all transparent portions of the movie. This may slow animation performance.

|

The following properties accept/return WindowMode values:

See Also

WindowMode

DevExpress.Web Namespace