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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Rect : AutomationObject<Rect>, IAutomationPeer, IPeerConverter
Constructors
Rect()
Declaration
public Rect()
Fields
BottomLeftProperty
BottomProperty
BottomRightProperty
HeightProperty
IsEmptyProperty
LeftProperty
LocationProperty
RightProperty
SizeProperty
TopLeftProperty
TopProperty
TopRightProperty
WidthProperty
XProperty
YProperty
Properties
Bottom
Declaration
public virtual double Bottom { get; set; }
Property Value
System.Double
|
BottomLeft
BottomRight
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
|
Location
Right
Declaration
public virtual double Right { get; set; }
Property Value
System.Double
|
Size
Top
Declaration
public virtual double Top { get; set; }
Property Value
System.Double
|
TopLeft
TopRight
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.Controls.Xaml.Wpf.Rect>.GetRealType()