Class
Thickness

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<Thickness>Thickness

Implements: IAutomationPeerIPeerConverter

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

Constructors

Thickness()

Declaration

cs-api-definition
public Thickness()

Fields

BottomProperty

Declaration

cs-api-definition
public static AutomationProperty BottomProperty

Field Value

AutomationProperty

LeftProperty

Declaration

cs-api-definition
public static AutomationProperty LeftProperty

Field Value

AutomationProperty

RightProperty

Declaration

cs-api-definition
public static AutomationProperty RightProperty

Field Value

AutomationProperty

TopProperty

Declaration

cs-api-definition
public static AutomationProperty TopProperty

Field Value

AutomationProperty

Properties

Bottom

Declaration

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

Property Value

double

Left

Declaration

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

Property Value

double

Right

Declaration

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

Property Value

double

Top

Declaration

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

Property Value

double

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<Thickness>.GetRealType()