Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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