SLRectangle.X 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 X As Integer
    Get
    Set
public int X { get; set; }
public:
property int X {
    int get ();
    void set (int value);
}
member X : int with get, set
function get X () : int
function set X (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SLRectangle Class

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