SilverlightControl.Height Property

Gets the height of the control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Height As Double
    Get
public virtual double Height { get; }
public:
virtual property double Height {
    double get ();
}
abstract Height : float
override Height : float
function get Height () : double

Property Value

Type: System.Double
A Double that represents the height of the control.

.NET Framework Security

See Also

Reference

SilverlightControl Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace