Show / Hide Table of Contents

Class EllipseGeometry

Represents the geometry of a circle or ellipse.

Inheritance
System.Object
DependencyObject
Geometry
EllipseGeometry
Inherited Members
Geometry.Empty
Geometry.TransformProperty
Geometry.Transform
Geometry.StandardFlatteningTolerance
Geometry.Bounds
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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 Source

EllipseGeometry()

Initializes a new instance of the EllipseGeometry class.

Declaration
public EllipseGeometry()

Fields

| Improve this Doc View Source

CenterProperty

Identifies the Center dependency property.

Declaration
public static readonly DependencyProperty CenterProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

RadiusXProperty

Identifies the RadiusX dependency property.

Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

RadiusYProperty

Identifies the RadiusY dependency property.

Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Center

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source