ClassRect
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
[DataContract]
public class Rect : AutomationObject<Rect>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Rect>Rect
Implements:
Inherited Members
Constructors
Rect()
Declaration
public Rect()
Fields
BottomLeftProperty
Declaration
public static AutomationProperty BottomLeftProperty
Field Value
BottomProperty
Declaration
public static AutomationProperty BottomProperty
Field Value
BottomRightProperty
Declaration
public static AutomationProperty BottomRightProperty
Field Value
HeightProperty
Declaration
public static AutomationProperty HeightProperty
Field Value
IsEmptyProperty
Declaration
public static AutomationProperty IsEmptyProperty
Field Value
LeftProperty
Declaration
public static AutomationProperty LeftProperty
Field Value
LocationProperty
Declaration
public static AutomationProperty LocationProperty
Field Value
RightProperty
Declaration
public static AutomationProperty RightProperty
Field Value
SizeProperty
Declaration
public static AutomationProperty SizeProperty
Field Value
TopLeftProperty
Declaration
public static AutomationProperty TopLeftProperty
Field Value
TopProperty
Declaration
public static AutomationProperty TopProperty
Field Value
TopRightProperty
Declaration
public static AutomationProperty TopRightProperty
Field Value
WidthProperty
Declaration
public static AutomationProperty WidthProperty
Field Value
XProperty
Declaration
public static AutomationProperty XProperty
Field Value
YProperty
Declaration
public static AutomationProperty YProperty
Field Value
Properties
Bottom
Declaration
[DataMember]
public virtual double Bottom { get; set; }
Property Value
BottomLeft
Declaration
[DataMember]
public virtual Point BottomLeft { get; set; }
Property Value
BottomRight
Declaration
[DataMember]
public virtual Point BottomRight { get; set; }
Property Value
Height
Declaration
[DataMember]
public virtual double Height { get; set; }
Property Value
IsEmpty
Declaration
[DataMember]
public virtual bool IsEmpty { get; set; }
Property Value
Left
Declaration
[DataMember]
public virtual double Left { get; set; }
Property Value
Location
Declaration
[DataMember]
public virtual Point Location { get; set; }
Property Value
Right
Declaration
[DataMember]
public virtual double Right { get; set; }
Property Value
Size
Declaration
[DataMember]
public virtual Size Size { get; set; }
Property Value
Top
Declaration
[DataMember]
public virtual double Top { get; set; }
Property Value
TopLeft
Declaration
[DataMember]
public virtual Point TopLeft { get; set; }
Property Value
TopRight
Declaration
[DataMember]
public virtual Point TopRight { get; set; }
Property Value
Width
Declaration
[DataMember]
public virtual double Width { get; set; }
Property Value
X
Declaration
[DataMember]
public virtual double X { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type