Skip to main content
A newer version of this page is available. .
Tab

VideoObjectProperties.WindowlessVideo Property

Gets or sets whether the Windows Media Player control renders the video in windowless mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool WindowlessVideo { get; set; }

Property Value

Type Default Description
Boolean **false**

true to render the video in windowless mode; otherwise, false.

See Also