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