ClassInt32Rect
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class Int32Rect : AutomationObject<Int32Rect>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Int32Rect>Int32Rect
Implements:
Inherited Members
Constructors
Int32Rect()
Declaration
cs-api-definition
public Int32Rect()
Fields
HeightProperty
Declaration
cs-api-definition
public static AutomationProperty HeightProperty
Field Value
IsEmptyProperty
Declaration
cs-api-definition
public static AutomationProperty IsEmptyProperty
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
Height
Declaration
cs-api-definition
[DataMember]
public virtual int Height { get; set; }
Property Value
IsEmpty
Declaration
cs-api-definition
[DataMember]
public virtual bool IsEmpty { get; set; }
Property Value
Width
Declaration
cs-api-definition
[DataMember]
public virtual int Width { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type