Class
Int32Rect

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: IAutomationPeerIPeerConverter

Inherited Members AutomationObject<Int32Rect>.GetProperty(AutomationProperty)AutomationObject<Int32Rect>.GetProperty(AutomationProperty, object)AutomationObject<Int32Rect>.SetProperty(AutomationProperty, object)AutomationObject<Int32Rect>.InvokeMethod(AutomationMethod, params object[])AutomationObject<Int32Rect>.InvokeMethod(string, params object[])AutomationObject<Int32Rect>.Serialize()AutomationObject<Int32Rect>.Deserialize(string)AutomationObject<Int32Rect>.AssignReference(AutomationReference)AutomationObject<Int32Rect>.ToRealObject()AutomationObject<Int32Rect>.FromRealObject(object)AutomationObject<Int32Rect>.ReferenceAutomationObject<Int32Rect>.PropertyBag

Constructors

Int32Rect()

Declaration

cs-api-definition
public Int32Rect()

Fields

HeightProperty

Declaration

cs-api-definition
public static AutomationProperty HeightProperty

Field Value

AutomationProperty

IsEmptyProperty

Declaration

cs-api-definition
public static AutomationProperty IsEmptyProperty

Field Value

AutomationProperty

WidthProperty

Declaration

cs-api-definition
public static AutomationProperty WidthProperty

Field Value

AutomationProperty

XProperty

Declaration

cs-api-definition
public static AutomationProperty XProperty

Field Value

AutomationProperty

YProperty

Declaration

cs-api-definition
public static AutomationProperty YProperty

Field Value

AutomationProperty

Properties

Height

Declaration

cs-api-definition
[DataMember]
public virtual int Height { get; set; }

Property Value

int

IsEmpty

Declaration

cs-api-definition
[DataMember]
public virtual bool IsEmpty { get; set; }

Property Value

bool

Width

Declaration

cs-api-definition
[DataMember]
public virtual int Width { get; set; }

Property Value

int

X

Declaration

cs-api-definition
[DataMember]
public virtual int X { get; set; }

Property Value

int

Y

Declaration

cs-api-definition
[DataMember]
public virtual int Y { get; set; }

Property Value

int

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<Int32Rect>.GetRealType()