SLRectangle.Height Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property Height As Integer
    Get
    Set
public int Height { get; set; }
public:
property int Height {
    int get ();
    void set (int value);
}
member Height : int with get, set
function get Height () : int
function set Height (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SLRectangle Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace