Class
EllipseGeometry

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<Geometry>GeometryEllipseGeometry

Implements: IAutomationPeerIPeerConverter

Inherited Members Geometry.TransformPropertyGeometry.BoundsPropertyGeometry.TransformGeometry.BoundsAutomationObject<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

EllipseGeometry()

Declaration

cs-api-definition
public EllipseGeometry()

Fields

CenterProperty

Declaration

cs-api-definition
public static AutomationProperty CenterProperty

Field Value

AutomationProperty

RadiusXProperty

Declaration

cs-api-definition
public static AutomationProperty RadiusXProperty

Field Value

AutomationProperty

RadiusYProperty

Declaration

cs-api-definition
public static AutomationProperty RadiusYProperty

Field Value

AutomationProperty

Properties

Center

Declaration

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

Property Value

Point

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

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides Geometry.GetRealType()