Class Rect
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Rect : AutomationObject<Rect>, IAutomationPeer, IPeerConverter
Constructors
Rect()
Declaration
public Rect()
Fields
BottomProperty
HeightProperty
IsEmptyProperty
LeftProperty
RightProperty
TopProperty
WidthProperty
XProperty
YProperty
Properties
Bottom
Declaration
public virtual double Bottom { get; set; }
Property Value
System.Double
|
Height
Declaration
public virtual double Height { get; set; }
Property Value
System.Double
|
IsEmpty
Declaration
public virtual bool IsEmpty { get; set; }
Property Value
System.Boolean
|
Left
Declaration
public virtual double Left { get; set; }
Property Value
System.Double
|
Right
Declaration
public virtual double Right { get; set; }
Property Value
System.Double
|
Top
Declaration
public virtual double Top { get; set; }
Property Value
System.Double
|
Width
Declaration
public virtual double Width { get; set; }
Property Value
System.Double
|
X
Declaration
public virtual double X { get; set; }
Property Value
System.Double
|
Y
Declaration
public virtual double Y { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Silverlight.UI.Rect>.GetRealType()