Skip to main content
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.v23.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