Skip to main content
Tab

VideoObjectProperties.FullScreen Property

Gets or sets whether video content is played back in full-screen mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true to enable full-screen mode; otherwise, false.

See Also