UITestControl.Height Property

Gets height of the control.

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

Syntax

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

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

UITestControl Class

Microsoft.VisualStudio.TestTools.UITesting Namespace