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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace