Class Int32Rect
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 Int32Rect : AutomationObject<Int32Rect>, IAutomationPeer, IPeerConverter
Constructors
Int32Rect()
Declaration
public Int32Rect()
Fields
HeightProperty
IsEmptyProperty
WidthProperty
XProperty
YProperty
Properties
Height
Declaration
public virtual int Height { get; set; }
Property Value
System.Int32
|
IsEmpty
Declaration
public virtual bool IsEmpty { get; set; }
Property Value
System.Boolean
|
Width
Declaration
public virtual int Width { get; set; }
Property Value
System.Int32
|
X
Declaration
public virtual int X { get; set; }
Property Value
System.Int32
|
Y
Declaration
public virtual int Y { get; set; }
Property Value
System.Int32
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.Int32Rect>.GetRealType()