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

VideoObjectProperties.FullScreen Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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