SilverlightControl.Width Property

Gets the width 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 Width As Double
    Get
public virtual double Width { get; }
public:
virtual property double Width {
    double get ();
}
abstract Width : float
override Width : float
function get Width () : 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