HtmlVideo.Poster Property

Definition

Gets or sets the poster attribute.

public:
 property System::String ^ Poster { System::String ^ get(); void set(System::String ^ value); };
public string Poster { get; set; }
member this.Poster : string with get, set
Public Property Poster As String

Property Value

The poster attribute.

Applies to

See also