FlashObjectProperties.WindowMode Property
In This Article
Gets or sets the window mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(WindowMode.None)]
public WindowMode WindowMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Window |
None | A Window |
Available values:
Name | Description |
---|---|
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. |
#Remarks
For more information, see WindowMode.
See Also