HtmlVideo::Poster Property

.NET Framework (current version)
 

Gets or sets the poster attribute.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Poster {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The poster attribute.

.NET Framework
Available since 4.5
Return to top
Show: