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
- 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.