Class
RectangleGeometry

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class RectangleGeometry : Geometry, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<Geometry>GeometryRectangleGeometry

Implements: IAutomationPeerIPeerConverter

Inherited Members Geometry.BoundsPropertyGeometry.TransformPropertyGeometry.BoundsGeometry.TransformAutomationObject<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

RectangleGeometry()

Declaration

cs-api-definition
public RectangleGeometry()

Fields

RadiusXProperty

Declaration

cs-api-definition
public static AutomationProperty RadiusXProperty

Field Value

AutomationProperty

RadiusYProperty

Declaration

cs-api-definition
public static AutomationProperty RadiusYProperty

Field Value

AutomationProperty

RectProperty

Declaration

cs-api-definition
public static AutomationProperty RectProperty

Field Value

AutomationProperty

Properties

RadiusX

Declaration

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

Property Value

double

RadiusY

Declaration

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

Property Value

double

Rect

Declaration

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

Property Value

Rect

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides Geometry.GetRealType()