Class EllipseGeometry
Represents the geometry of a circle or ellipse.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class EllipseGeometry : Geometry, IDependencyObject
Constructors
| Improve this Doc View SourceEllipseGeometry()
Initializes a new instance of the EllipseGeometry class.
Declaration
public EllipseGeometry()
Fields
| Improve this Doc View SourceCenterProperty
Identifies the Center dependency property.
Declaration
public static readonly DependencyProperty CenterProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RadiusXProperty
Identifies the RadiusX dependency property.
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RadiusYProperty
Identifies the RadiusY dependency property.
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceCenter
Gets or sets the center point of the EllipseGeometry.
Declaration
public Point Center { get; set; }
Property Value
Type | Description |
---|---|
Point | The center point of the EllipseGeometry. |
RadiusX
Gets or sets the x-radius value of the EllipseGeometry.
Declaration
public double RadiusX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The x-radius value of the EllipseGeometry. |
RadiusY
Gets or sets the y-radius value of the EllipseGeometry.
Declaration
public double RadiusY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The y-radius value of the EllipseGeometry. |