ClassRect
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class Rect : AutomationObject<Rect>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Rect>Rect
Implements:
Inherited Members
Constructors
Rect()
Declaration
cs-api-definition
public Rect()
Fields
BottomProperty
Declaration
cs-api-definition
public static AutomationProperty BottomProperty
Field Value
HeightProperty
Declaration
cs-api-definition
public static AutomationProperty HeightProperty
Field Value
IsEmptyProperty
Declaration
cs-api-definition
public static AutomationProperty IsEmptyProperty
Field Value
LeftProperty
Declaration
cs-api-definition
public static AutomationProperty LeftProperty
Field Value
RightProperty
Declaration
cs-api-definition
public static AutomationProperty RightProperty
Field Value
TopProperty
Declaration
cs-api-definition
public static AutomationProperty TopProperty
Field Value
WidthProperty
Declaration
cs-api-definition
public static AutomationProperty WidthProperty
Field Value
XProperty
Declaration
cs-api-definition
public static AutomationProperty XProperty
Field Value
YProperty
Declaration
cs-api-definition
public static AutomationProperty YProperty
Field Value
Properties
Bottom
Declaration
cs-api-definition
[DataMember]
public virtual double Bottom { get; set; }
Property Value
Height
Declaration
cs-api-definition
[DataMember]
public virtual double Height { get; set; }
Property Value
IsEmpty
Declaration
cs-api-definition
[DataMember]
public virtual bool IsEmpty { get; set; }
Property Value
Left
Declaration
cs-api-definition
[DataMember]
public virtual double Left { get; set; }
Property Value
Right
Declaration
cs-api-definition
[DataMember]
public virtual double Right { get; set; }
Property Value
Top
Declaration
cs-api-definition
[DataMember]
public virtual double Top { get; set; }
Property Value
Width
Declaration
cs-api-definition
[DataMember]
public virtual double Width { get; set; }
Property Value
X
Declaration
cs-api-definition
[DataMember]
public virtual double X { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type