Skip to main content
Tab

Html5VideoObjectProperties.PosterUrl Property

Specifies a URL to an image that is shown while the video file is downloading, or until an end-user clicks the play button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string PosterUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the poster URL.

See Also