Share via


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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SLRectangle Class

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