Class
Size

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class Size : AutomationObject<Size>, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<Size>Size

Implements: IAutomationPeerIPeerConverter

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

Constructors

Size()

Declaration

cs-api-definition
public Size()

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

Properties

Height

Declaration

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

Property Value

double

IsEmpty

Declaration

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

Property Value

bool

Width

Declaration

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

Property Value

double

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<Size>.GetRealType()