Class
Geometry

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<Geometry>Geometry

Derived Classes: EllipseGeometryGeometryGroupLineGeometryPathGeometryRectangleGeometry

Implements: IAutomationPeerIPeerConverter

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

Constructors

Geometry()

Declaration

cs-api-definition
public Geometry()

Fields

BoundsProperty

Declaration

cs-api-definition
public static AutomationProperty BoundsProperty

Field Value

AutomationProperty

TransformProperty

Declaration

cs-api-definition
public static AutomationProperty TransformProperty

Field Value

AutomationProperty

Properties

Bounds

Declaration

cs-api-definition
[DataMember]
public Rect Bounds { get; set; }

Property Value

Rect

Transform

Declaration

cs-api-definition
[DataMember]
public Transform Transform { get; set; }

Property Value

Transform

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<Geometry>.GetRealType()