HtmlVideo.VideoHeight Property

Gets the height of the video.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property VideoHeight As Integer
public virtual int VideoHeight { get; }
public:
virtual property int VideoHeight {
    int get ();
}
abstract VideoHeight : int with get 
override VideoHeight : int with get
function get VideoHeight () : int

Property Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

HtmlVideo Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace